Hi,
I need to redirect the request to another URL using URL redirect. Following is the condition for it
All Url request to http://<<domainname>>/test/<filename> to http://<<domainname>>/<<filename>>
The file name should be same after redirecting.
Following is the Reg Exp i used (.*)/test/(.*) and in the redirect action i redirected to
http://<<domainname>>/{R:2}. I think the exp and action are correct but somehow its not working out. Please help me up.
Thanks InAdvance
Mani.