jcadima
8/29/2015 - 5:06 PM

HTACCESS non WWW to WWW

HTACCESS non WWW to WWW

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