Magento – Force use of non-www domain

After the line that reads ‘RewriteEngine on’ in the .htaccess file which is in the Magento root directory add these 2 lines.

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


Tags: ,
Posted under: i like magento Comment (RSS)  |  Trackback

Share this post

Leave a Reply