.htaccess file? [duplicate]
Solution 1:
This look like it.
http://en.wikipedia.org/wiki/URL_redirection#Using_.htaccess_for_redirection
Redirect permanent /oldpage.html http://www.example.com/newpage.html
Redirect 301 /oldpage.html http://www.example.com/newpage.html
For Apache after around version 2.2.14