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
I get redirected to the correct page but Http live headers show 302 instead of 301.I use the following rule in urlrewriting.config.
<add name="productRewrite" redirectMode="Permanent" redirect ="Application" virtualUrl="^~/providers/(.*)/(.*)/(.*)/" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/productpage.aspx?BundleId=$3&Provider=$1" ignoreCase="true" />
Header:
HTTP/1.1 302 Found
Thanks in advance,
Amby
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Urlrewritingnet 301 in Http headers
I get redirected to the correct page but Http live headers show 302 instead of 301.I use the following rule in urlrewriting.config.
<add name="productRewrite" redirectMode="Permanent" redirect ="Application" virtualUrl="^~/providers/(.*)/(.*)/(.*)/" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/productpage.aspx?BundleId=$3&Provider=$1" ignoreCase="true" />
Header:
HTTP/1.1 302 Found
Thanks in advance,
Amby
is working on a reply...