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
Yes you can make your migration easier.
Do not forget to configure your config/setting.inc.php.
Just replace :
by :
For database, there is nothing to do.
Best regards
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



Blog : Ressources développement webDéveloppement web | Php | Sql | Smarty | Js/Jquery/Ajax | Css | SEO | Administration Serveur Linux | Infogérance




Back to top








