Redirect one page to another page by using .htaccess
Add the following rule in .htaccess file
1) If you want to redirect one page to another page, add the following code to the file, on a single line.
redirect 301 /old-file-name.htm http://www.domain.com/new-file-name.htm
Tags: redirect page