Fixes 26008 and 26827. Minor issues with url-rewriting
[TFS Changeset #65769]
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
look at http://www.urlrewriting.net/.
|
||||
|
||||
Remember to read the manual!
|
||||
http://www.urlrewriting.net/download/UrlRewritingNet20.English.pdf
|
||||
http://umbraco.org/redir/urlRewritingManual
|
||||
|
||||
The sample below rewrites a url from
|
||||
"/product/someproductid.aspx" to
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
<urlReplacing removeDoubleDashes="true">
|
||||
<char org=" ">-</char>
|
||||
<char org="""></char>
|
||||
<char org="%"></char>
|
||||
<char org="."></char>
|
||||
<char org=";"></char>
|
||||
<char org="/"></char>
|
||||
|
||||
Reference in New Issue
Block a user