Yaelede Posted November 11, 2016 Share Posted November 11, 2016 I have an old store written in in PHP/Mysql which works god, but I want to implement Prestashop instead, since it has obviously more features. How can I migrate Pretashop to the root if I install it in a subdirectory of my existing site after I populate all necessary data and after testing it? Link to comment Share on other sites More sharing options...
bellini13 Posted November 11, 2016 Share Posted November 11, 2016 It really is just simple matter of moving all of the files up one directory, then you need to log into the back office, go to the SEO & URLs page and remove the subfolder name from the Base URI. Depending on your version of Prestashop, that might not work. So instead, you can enter the database and update the value in the ps_shop_url table. Link to comment Share on other sites More sharing options...
Yaelede Posted November 11, 2016 Author Share Posted November 11, 2016 Thank you. I think I will go for the database approach.. I'll let you about the results. Link to comment Share on other sites More sharing options...
roban Posted November 13, 2016 Share Posted November 13, 2016 Also check your .htaccess file for references to the old directory. 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