Monthly Archives: July 2008

Permanent Redirects in Apache

These are simple and often overlooked rewrite rules to generate Permanent Redirects for sister domains. UseCanonicalName On ServerName www.olegshpak.com ServerAlias olegshpak.com ServerAlias www.niteart.com ServerAlias niteart.com RewriteEngine on RewriteCond %{REQUEST_METHOD} !^(GET|POST|HEAD)$ RewriteRule .* – [F] RewriteCond %{HTTP_HOST} ^niteart.com$ [OR] RewriteCond %{HTTP_HOST} … Continue reading

Posted in Apache Tips | Tagged , , , | Leave a comment