Redirect old website to a new website. It is a simple task in IIS 6.0 on Windows Server 2003. Just follow below few steps to do so.

Things to do…

  1. Bring up Internet Information Services (IIS).
  2. Find your website that you want to redirect at Web sites tree.
  3. Right click on it and click on Properties.
  4. At Directory tab, check on ‘A redirection to an URL’.
  5. Fill in the new website address at Redirect To: column.
  6. Click OK.
  7. That’s all.

With steps above, you don’t need to change your website code. ;)

Related Entries