Jump to content

How to transfer a PrestaShop site to another domain ?


Recommended Posts

Hello !
How can I transfer my site to another domain ?
This is the link of my current shop:
http://www.luxer.si/sulc
and I want to trasfer it to this domain:
http://www.sulc.si
How can I do that.. Pleas help me..
Thanks


I think you would need to go to config/settings.inc.php and change luxer.si/sulc to sulc.si

Check that the number of lines are the same in the old and the new config/settings.inc.php

Hope this helps
Link to comment
Share on other sites

Yes the path to my database is correct. But dont know what to fill in this line:
define('__PS_BASE_URI__', '/sulc/');

Help


Try and change

define('__PS_BASE_URI__', '/sulc/');

To

define('__PS_BASE_URI__', '/');
Link to comment
Share on other sites

×
×
  • Create New...