Jump to content

2 shops in subdomains problem


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...