Hi
I just updated EE to 2.3.1 and installed neest MSM. In default site index.php I updated
$assign_to_config['site_name'] = 'default_site';
$assign_to_config['cp_url'] = 'http://mydomain.com/admin.php';
$assign_to_config['site_url'] = 'http://mydomain.com';default_site seems to be important as otherwise I get an error…
But now in cp clicking in to Edit Sites I get ‘The page you requested was not found.’
Uncommenting and editing admin.php in the main or default_site to:
$assign_to_config['site_name'] = 'default_site';
$assign_to_config['cp_url'] = 'http://mydomain.ch/admin.php';then I cannot login again…
I know I miss something but cannot find anything in the user guide
Any help appreciated!
Thanks