I have uncomment the section as shown below:
# HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
RewriteCond %{HTTP_HOST} !^mydomain.com$ [NC]
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [QSA,L,R=301]
However the rewrite isn't working. I have purged the cache, but that didn't help. Any thoughts?
Thanks!

English |
French