Hi guys,
I usually try to avoid MSM when I can but client has specifically asked for it on this project.
So I’m running on EE 2.5.2 with MSM 2.1.4.
This is a clean install, no bootstrapped config or anything.
I added my secondary site via the CP, I then edited the index.php files for both sites and uncommented the assign to config options. However, when I look at the general config settings in the CP, the site_url never sets properly. I even tried the default for testing but the domain I set originally on install remains.
$assign_to_config['site_name'] = 'default_site';
$assign_to_config['cp_url'] = 'http://domain2.com/admin.php';
$assign_to_config['site_url'] = 'http://domain2.com';Any ideas?