htaccess mod_rewrite Force Non-www to www

Here’s some great code to make sure your site does not get duplicate indexes for non-www and www pages.

RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]

Tags: , ,

Leave a Reply