|
Redirect old URLs with .htaccess |
PDF |
| Print | |
E-mail |
|
Redirect your users to new filenames after a site upgrade by including the following in your .htaccess file.
Redirect 301 /oldfile1.htm http://www.domain.com/newfile.htm Redirect 301 /oldfile2.htm http://www.domain.com/newfile2.htm Redirect 301 /oldfile3.htm http://www.domain.com/newfile3.htm
 |