Archive for November 21st, 2009

Magento – Forc...

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]