You need to set up a .htaccess file in your root directory and include the following 3 lines.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^dream4mobiles.co.uk
RewriteRule (.*) http://www.dream4mobiles.co.uk/$1 [R=301,L]
This will then make the www and non www versions of your site look like a unified site, instead of a duplicate/mirror.
LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks