Guest Posted April 12, 2009 Posted April 12, 2009 I have just noticed the when i type www.domanname.co.uk my site doesn't work properly buy if i typehttp://donaminname.co.uk it works fine. Could anyone point me in to the direction needed to fix it
Guest Posted April 12, 2009 Posted April 12, 2009 I have just noticed the when i type www.domanname.co.uk my site doesn't work properly buy if i typehttp://donaminname.co.uk it works fine. Could anyone point me in to the direction needed to fix it Try adding this to your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Guest Posted April 12, 2009 Posted April 12, 2009 I have just noticed the when i type www.domanname.co.uk my site doesn't work properly buy if i typehttp://donaminname.co.uk it works fine. Could anyone point me in to the direction needed to fix it Perhaps because they are spelled incorrectly :lol: Your webhost should be able to fix it. I prefer to not use the www, but that is personal choice.
Guest Posted April 15, 2009 Posted April 15, 2009 Try adding this to your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com RewriteRule (.*) http://www.example.com/$1 [R=301,L] Hi baddog does it matter where in the .htaccess file i add this
Guest Posted April 16, 2009 Posted April 16, 2009 Hi baddog does it matter where in the .htaccess file i add this I would put it at the end.
Guest Posted April 17, 2009 Posted April 17, 2009 I would put it at the end. Thank baddog but still hasn't worked, the problem is that i have put the flash rotator on the site and it this that doesn't show up when you put WWW. in front of the domain name
Recommended Posts
Archived
This topic is now archived and is closed to further replies.