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 am working on a new site and would like to make an dynamick Url rewrite rule from an old product page with url: http://www.domaine/product/[ID]
Working redirect:
<add name="old_prododuct-redirect" virtualUrl="(http://www.domaine.com/product/(.*))$" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="http://www.domaine.com/shop/category/[ID]/page.aspx" redirect="Domain" redirectMode="Permanent" ignoreCase="true" />
My problem is to make [ID] dynamic. Thanks.
Hi Anders,
Are you using UrlRewriting component or IIS to do your redirect ?
Dave
Hi Dave Sorry for not answering
I am using UrlRewrite. But also able on making rewrite rule in webconfig.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Dynamic redirect non existent page using UrlRewrite
I am working on a new site and would like to make an dynamick Url rewrite rule from an old product page with url: http://www.domaine/product/[ID]
Working redirect:
My problem is to make [ID] dynamic. Thanks.
Hi Anders,
Are you using UrlRewriting component or IIS to do your redirect ?
Dave
Hi Dave Sorry for not answering
I am using UrlRewrite. But also able on making rewrite rule in webconfig.
is working on a reply...