Using .htaccess to Redirect a Single Webpage
This will be a very simple entry. If you need to redirect one web page to another web page and desire to get a 301 redirect, you simply add one line to the .htaccess file.
Redirect 301 /old.php http://domainname.com/new.php
If you do not have an .htaccess file, simply create the file in the directory that holds the html page and add that line.
This solution only works for Linux / Unix based servers. I use it on the Red Hat flavor of Linux machines.