
If you are planning to move a website to a new domain name, the most efficient way to setup URL redirection is to with the 301 Redirect. The 301 HTTP status code means moved permanently. For this reason, it is the best method to use to preserve a website’s search engine placement.
This tutorial will cover how to completely (including query strings) redirect a url. Setting up search engine friendly 301 Redirect for a web application in Microsoft IIS 6.0 is a matter of a few settings.
- In your IIS properties window, you will want to click Redirect to a URL radio button.
- Next, in the box below, you will want to input the new URL address. At the end of the new URL address, you want to append $S$Q to preserve the querystrings. Therefore, if I want to redirect to http://www.victorchen.info/test.php?index=1, the string will be http://www.victorchen.info/$S$Q.
- Finally, check the checkbox A Permenant Redirection for this resource.
- Click Apply and Close
RSS Feed
Posted in
Tags: 
