niino Posted December 15, 2011 Share Posted December 15, 2011 I have 1 Prestashop in subdomain. Then I installed other PS in other subdomain. When I want open 2nd shop, 1st shop show up. Why? Help Please. Thank you Link to comment Share on other sites More sharing options...
El Patron Posted December 16, 2011 Share Posted December 16, 2011 check the config/setting.inc.php, in particular make sure your 2nd shop's mysql db is correct: define('_DB_NAME_','2ndshopdbname'); define('_DB_USER_', '2ndshopdbuser'); define('_DB_PASSWD_','2ndshopdbpwd'); define('_DB_PREFIX_', '2ndshopdbprefix_'); you should also check from you back office (2ndshop) the (seo settings I think) for correct url. I used phpmyadmin to change db fields so using the back office to do this is not my strength. 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