Jump to content

Problem change the host


Recommended Posts

Please, edit the /config/settings.inc.php file and check that the line :
__PS_BASE_URI__
matches your shop's path like :

define('__PS_BASE_URI__', '/');
if it is at the root or :
define('__PS_BASE_URI__', '/shop/');
if it is in a "shop" subfolder.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...