Pages

Monday 8 December 2014

Magento:: Non WWW to WWW

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