SK01 Posted September 7, 2010 Share Posted September 7, 2010 Hello. I have just finished my new design for my new store.Currently it is located in a subdirectory (/store)Is there any problems to have the store in a subdirectory? Or is it better to let it be in the root directory?Also 1 more question, how can I move my store from the subdirectory to the root? Without losing any data and so on../SK01 Link to comment Share on other sites More sharing options...
DevNet Posted September 7, 2010 Share Posted September 7, 2010 Yes you can make your migration easier.Do not forget to configure your config/setting.inc.php.Just replace : define('__PS_BASE_URI__', '/store/'); by : define('__PS_BASE_URI__', '/'); For database, there is nothing to do.Best regards 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