How to redirect URL requests from old web site to the new one

Technical support leader

Juraj Ondrus asked on March 14, 2009 07:26

How to redirect URL requests from old web site to the new one

Correct Answer

Juraj Ondrus answered on March 14, 2009 07:26

If you need to have links from your old site redirected to your new site like from the following page http://www.yourdomain.com/horoscope to the new one http://www.yourdomain.com/Divination/Horoscopes.aspx
There are two ways how to achieve this:
1. You can set any redirection in App_Code/Global.asax
2. You can create blank page which will redirect to existing page. This is recommended way.

Since the version 4.0 you can use document aliases (Multiple document aliases).

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.