Migrating a Web Server to IIS 5.0 |
In Apache you use the following .htaccess command to redirect a user to another file:
Redirect /oldfile.html http://domain.com/path/to/new/file
There are two ways to implement a redirection in IIS 5.0:
Response.Redirect /oldfile.html http://domain.com/path/to/new/file