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,
I need some help in URL Rewriting. I want to refer air-cooled-chillers.aspx as old-air-cooled-chillers.aspx. I need it hard-coded (without parameter) because the rewriting will be required for this page only. Please help me with the rewrite rule.
regards,
Partha
Hi, Partha, You can setup urlrewrite rules easily. You can add new rule inside UrlRewriting config file located into ~/config/UrlRewriting.config
<rewrites> <add name="produktidrewrite" virtualUrl="^~/old-air-cooled-chillers.aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/air-cooled-chillers.aspx" ignoreCase="true" /> </rewrites>
What version of Umbraco are you using?
I am using Umbraco 4. Thanks for the Help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
urlrewriting help
hello,
I need some help in URL Rewriting. I want to refer air-cooled-chillers.aspx as old-air-cooled-chillers.aspx. I need it hard-coded (without parameter) because the rewriting will be required for this page only. Please help me with the rewrite rule.
regards,
Partha
Hi, Partha, You can setup urlrewrite rules easily. You can add new rule inside UrlRewriting config file located into ~/config/UrlRewriting.config
What version of Umbraco are you using?
I am using Umbraco 4. Thanks for the Help.
is working on a reply...