Open .htaccess file in Your Root Folder and copy and paste the following code.
#non www to www RewriteCond %{HTTP_HOST} ^(?!www\.)(.+) [NC] RewriteRule ^(.*) http://www.%1/$1 [R=301,NE,L]
No comments:
Post a Comment