Jump to content

[Solved] ps directory


Recommended Posts

I changed my ps directory name from prestashop to shop and then the files in my server, but now nothing works, i changed it back in the ftp server but it will not allow me to in the back office it says the link is broken when i go to save and now the front end of the shop is not right please help

Link to comment
Share on other sites

After changing the PrestaShop location, you must edit the /config/settings.inc.php to reflect these changes in the PS_BASE_URI constant:

So, in your case, change :

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


to

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

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