I just upgraded to EE 2.5.2 and MSM 2.1.3
Odd thing is when I click on the ‘View Site’ in upper right corner it leads to default site. Second and third sites are accessible when I manually enter url. Each site/folder has index.php with the correct config settings:
$system_path = '../system';
$assign_to_config['site_name'] = 'name2';
$assign_to_config['cp_url'] = 'http://www.mysite2.com/system/';
$assign_to_config['site_url'] = 'http://www.mydomain2.com';Any ideas?