Hello,
I run the 1.7.2.4 version of prestashop.
What i want to do is copy the shop from www.example.com to www.example.com/shop .
I read some topics I found in the forum, but none of them seem to help.
So what I do is:
1. literally copy the content from public_html to public_html/shop
2. Go to SEO & URLs and change the links to /shop
3. Go to phpMyAdmin and change the ps_shop_url DB to match the new domain and the new domain ssl
4. Tell host to redirect to the new subfolder.
5. Change the name of .htacess file and make a new one from SEO & URL
After that I go to the new page (www.example.com/shop) and all I see is a blank page. Admin panel is not working.
Now I've read that I also need to mess with setting.inc.php to reflect the changes, but all I see in that file is this:
<?php
//@deprecated 1.7
Which makes me think that for 1.7 there's something else that needs to be done.
Has anyone done this and if so can you tell me the steps?
I'm really not that good with these things, I'm probably missing something simple, but I can't figure it on my own
Thanks in advance.