I suppose during unstallation you set the non www version of your host, which should be modified. If you can't find it you may want to force www via .htaccess. RewriteEngine on RewriteCond %{HTTP_HOST} ^MyWebURLhere.com [NC] RewriteRule ^(.*)$ http://www.MyWebURLhere.com.com/$1 [L,R=301] Code (markup):