Hi all,
my problem is than when i put in http://mydomain.co.uk/ it just comes up with ''Oops! This link appears to be broken.'' Before I installed wordpress I created a .htaccess file with this code:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^mydomain.co.uk [nc]
rewriterule ^(.*)$ http://www.mydomain.co.uk/$1 [r=301,nc]
I did this so it would allways show as http://www.mydomain.co.uk instead of just mydomain.co.uk but it dosn't seem to work. can anyone help?