Archive for November 25, 2009

Redirect using html codes

Posted: November 25, 2009 in .htaccess, apache, IIS

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 [...]