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 resolves to the servers IP address rather than -http://www.rightsizesolutions.co.uk
What am I doing wrong?

English |
French
