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 All,
I've got an issue when trying to get my URL Rewriting to work correctly.
I'm trying to get:
/searchresults?speciality=testing&searchType=specialism&newSearch=true
to
/searchresults/testing/
I currently have this in my URLWriting config file, but this jsut doesn't seem to work.
<add name="specialismrewrite" virtualUrl="^~/searchresults/(.*)/" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/searchresults?speciality=$1&searchType=$2&newSearch=$3" ignoreCase="true" />
Any help greatly appreciated.
Thanks,
Tom
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problems with getting URL Rewriting to rewrite
Hi All,
I've got an issue when trying to get my URL Rewriting to work correctly.
I'm trying to get:
/searchresults?speciality=testing&searchType=specialism&newSearch=true
to
/searchresults/testing/
I currently have this in my URLWriting config file, but this jsut doesn't seem to work.
Any help greatly appreciated.
Thanks,
Tom
is working on a reply...