I am using umbraco 7.3 and IIS version 7. I want to rewrite my url form "practices/transactional/communications-technology/" to "practices/communications-technology/" using my urlrewrite.config but it not working .please give the solution.
Thank you Bijesh Tank. i have tried it. But it is not working . My url not changing from "practices/transactional/capital-markets-securities/" to"practices/transactional/capital-markets-securities/dashboard". Is there any other possible way to re write the url by config file or am i missing any of steps to cover in anyother sectionfor urlrewrite.
I would recommend installing the IIS URL Rewrite extension instead to handle with rewrites and redirections. With this extion you can define your rules via IIS rather than using the Umbraco urlrewrite.config.
Url rewrite in umbraco 7.3 and IIS version 7
I am using umbraco 7.3 and IIS version 7. I want to rewrite my url form "practices/transactional/communications-technology/" to "practices/communications-technology/" using my urlrewrite.config but it not working .please give the solution.
thanks in advance
Hi,
You could try something like this:
You could also try installing the IIS Rewrite extension and set up your rules from there instead.
/B
Thank you Bijesh Tank. i have tried it. But it is not working . My url not changing from "practices/transactional/capital-markets-securities/" to"practices/transactional/capital-markets-securities/dashboard". Is there any other possible way to re write the url by config file or am i missing any of steps to cover in anyother sectionfor urlrewrite.
I would recommend installing the IIS URL Rewrite extension instead to handle with rewrites and redirections. With this extion you can define your rules via IIS rather than using the Umbraco urlrewrite.config.
if u don't mind, can you tell me how to rewrite the url.i've done the installation but i dont know how to proceed further
When you view your site in IIS, you should see an icon that says "IIS Rewrite". In that section you can configure your rewrites.
Ya it works fine. But i need to done the rewrite url with the urlrewrit.config. Can u help me for that process.
is working on a reply...