To redirect your site
from non-www to www just paste the following code in you existing
.htaccess file if does not have .htaccess create it on root folder and
past it
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
0 comments: