Permanent Redirection With Apache The Apache web server also allows redirects. The easiest way, if your webmaster has configured Apache to allow it, is to create a file called .htaccess (note the dot in front!) in the folder containing the old page. Then add the following line to that file: Redirect permanent /foldername/oldpage.html http://www.example.com/newpage.html You [...]