Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi There,
I have some custom folders inside umbraco. I want to rewite the urls inside the folder to be friendly URL but I'm having no luck with it all.
I have the following below.
Can anyone tell me what I'm missing ?
<add name="test"virtualUrl="^~/testfolder/(.*)/(.*).aspx"rewriteUrlParameter="ExcludeFromClientQueryString"destinationUrl="~/testfolder/products.aspx?c=$1&s=$2"ignoreCase="true" />
Do you really want to rewrite? You could just try and add the path to the umbracoReservedPaths configuration setting in the web.config instead if that helps..
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
404 error returned when using UrlRewritingNet
Hi There,
I have some custom folders inside umbraco. I want to rewite the urls inside the folder to be friendly URL but I'm having no luck with it all.
I have the following below.
Can anyone tell me what I'm missing ?
<add name="test"
virtualUrl="^~/testfolder/(.*)/(.*).aspx"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="~/testfolder/products.aspx?c=$1&s=$2"
ignoreCase="true" />
Do you really want to rewrite? You could just try and add the path to the umbracoReservedPaths configuration setting in the web.config instead if that helps..
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.