its a classical problem of www and non-www you will need to edit your .htaccess file RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^(.*) http://www.domain.com/$1 [L,R=301]