hi there, I want to know that is the syntax of the .htaccess file is correct to solve the canonical issue i.e www and non www versions of the site. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^domainname\.com$ [NC] RewriteRule ^(.*)$ http://www.domainname.com/$1 [R=301,L] </IfModule> HTML: Regards bushib