Lustfull Posted October 18, 2011 Share Posted October 18, 2011 I am creating a copy of my shop in a sub domain. (www.test.xxx.se) now I have to edit the PS_BASE_URI" variable in config/settings.inc.php ["PS_BASE_URI" variable. It should contain the shop's file path: If your shop is in a sub-directory, it should contain it. For instance, if it's at http://www.mywebsite/shop/", then the variable should contain "/shop/".] Should it be define('__PS_BASE_URI__', '/test/); or define('__PS_BASE_URI__', 'test/'); R Susanne Link to comment Share on other sites More sharing options...
phrasespot Posted October 21, 2011 Share Posted October 21, 2011 Look at the define.inc.php. You will see when a slash is needed, when it is not for everything. __PS_BASE_URI__ ends with a slash so should be define('__PS_BASE_URI__', 'test/'); Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now