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
Hello all,
Could someone offer assistance in the URL rewrite to match the following:
<add name="CampaignCodeRewrite" virtualUrl="^~/enroll/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/sponsors?campaign=$1" ignoreCase="true" />
This works as desired but I do have a few subpages in enroll process that I would like to exclude such as:
<add name="EnrollDefaultCodeRewrite" virtualUrl="^~/enroll/" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/enroll/" ignoreCase="true" /> <add name="CampaignCodeRewrite" virtualUrl="^~/enroll/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/sponsors?campaign=$1" ignoreCase="true" />
which does work, but the second does not pick up.
Can anyone offer a solution?
Sincerely,
Jerode
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
URL Rewrite - Exclude reserved words
Hello all,
Could someone offer assistance in the URL rewrite to match the following:
This works as desired but I do have a few subpages in enroll process that I would like to exclude such as:
which does work, but the second does not pick up.
Can anyone offer a solution?
Sincerely,
Jerode
is working on a reply...