Tom-Hayes
1/19/2017 - 7:10 PM

Force www. (.htaccess)

Force www. (.htaccess)

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