URL Redirection

Hi All,

Please help me regarding one issue, There is one web application which should be redirected from (Ex: http://xxx/comm/aaa/ccc.nsf to http://yyy/comm/aaa/ccc.nsf) one server to other. But this is not happening.

I have created mapping redirection in Webconfiguration document but still its not working.

Please provide me suggestion what and all i can check.

Subject: URL Redirection

Ravindar, are you using the Web Configurations view or the Internet Sites view? If you use the Web Configurations view, you should create a Mapping/Redirection document indeed. In the IP address fill in the IP address of server xxx (fully qualified hostname should work as well). In the incoming URL path specify “/aaa/ccc.nsf”. In the Redirection URL string specify the entire new URL string: “http://yyy/comm/aaa/ccc.nsf”. That should work.