Rediect using htaccess mod_rewrite on Apache

Started by Webhelpforums, April 27, 2010, 09:17:50 AM

Webhelpforums

If you have multiple domains pointing to same site or just problems with with-www versus non-www URLs you can use this:


RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
RewriteCond %{HTTP_HOST} !^localhost [NC]
RewriteRule ^(.*) http://www.example.com/$1 [R=permanent,L]

TechSEO360 | MicrosysTools.com  | A1 Sitemap Generator, A1 Website Analyzer etc.