Parsi.Com Posted October 12, 2011 Share Posted October 12, 2011 Hello, I have a problem with one issue in my CP this is the message which I see each time if I login to my CP Your are currently connected with the following domain name: mywebshop.co.uk This one is different from the main shop domain name set in "Preferences > SEO & URLs": www.mywebshop.co.uk I would like to have it with www. but I think the only option is to change it in database ! I want to know what will happen if I ignore this message ? Link to comment Share on other sites More sharing options...
Parsi.Com Posted October 13, 2011 Author Share Posted October 13, 2011 any answers ? Link to comment Share on other sites More sharing options...
jhnstcks Posted October 16, 2011 Share Posted October 16, 2011 Let me get this straight.....currently your site is not using the www. prefix, but you would like to use it? You can do this using a 301 redirect in htaccess file, using the code below RewriteEngine On Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^yoursitename.co.uk [NC] RewriteRule ^(.*)$ http://www.yoursitename.co.uk/$1 [L,R=301] Link to comment Share on other sites More sharing options...
Recommended Posts