Jump to content

SEO & URLs in CP !


Recommended Posts

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

 

warn2.pngYour 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

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

×
×
  • Create New...