It looks like our site needs some work on our .htaccess file as we are having some canonicalization issues. I see some suggestions on the forum but I want to know if anyone has something better than this or will it do the trick?
Thanks!
Code:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC] RewriteRule .? http://www.example.com%{REQUEST_URI} [R=301,L]
Comment