I have the following in .htaccess in apache2/htdocs Options +Indexes +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.rightsizesolutions\.co.uk$ [NC] RewriteRule ^(.*)$ http://www.rightsizesolutions.co.uk/$1 [L,R=301] but when I type -rightsizesolutions.co.uk into a browser it resolv...