URL rewriter is not working from HttModule in Sitefinity

Posted by vishnurajendran10@gmail.com on 22-Dec-2018 07:14

I have created a HttpModule in my sitefinity mvc application and written the code for url rewriting but it is not working.

Purpose : If the incoming url is 'products/tds/abc' then i need to check whether the url contains 'products/tds', if true then the url need to rewrite to 'products/tds' and show a pdf and the browser should show 'products/tds/abc' as url.

By using RewritePath the control is coming to 'products/tds' page of sitefinity and showing the pdf but the Url in browser is 'products/tds'. I need  'products/tds/abc' as the url in browser.

Please help on this.

All Replies

This thread is closed