Hi,
I have a sitefinity mvc application and when i use URL rewriting it is not working
Purpose : when a url 'products/tds/abc' came httpmodule check it contains 'products/tds', if true then the control should go to 'products/tds' page in sitefinity and the url in browser should be 'products/tds/abc'.
For this purpose i have created a HttpModule and in the begin request event call the RewritePath method for going the control to 'products/tds' page. The control is going to 'products/tds' but the url in browser is 'products/tds'. I need url in browser as 'products/tds/abc'.
Please Help.