Hi -
We just installed MSM and one additional site overtop of an existing single EE install (EE 2.1.3 and MSM 2.1.0). Eveything on the front end is fine but we’re having issues on the backend logging in and out. After loggin out, we try to log in as super admin again but end up back on a login screen.
We have the system folder above web root for both installs and masked CP access in place for both. We have set the appropriate vars in the respective index.php and admin.php files for both sites:
admin.php
...for default site:
$assign_to_config['cp_url'] = 'our_url_here.com/admin.php';
$assign_to_config['site_name'] = 'default_site';
...and the respective values for the other site:
$assign_to_config['cp_url'] = 'other_url_here.com/admin.php';
$assign_to_config['site_name'] = 'marketing_site';
index.php
...for default site:
$assign_to_config['site_name'] = 'default_site';
...and the respective values for the other site:
$assign_to_config['site_name'] = 'marketing_site';As well, we have updated the URL and theme-related paths in the Admin > General Configuraiton settings.
Is there something else we could have missed? We followed the User Guide instructions step by step.
Thanks,
Mike