Hopefully this is an easy fix. I just installed MSM (Version: 2.0 Build: 20101215) on a EE v2.1.3 build 20101220 site.
When I create a new site and go to Admin -> General Config and change the ‘URL to the root directory of your site’ to:
<a href="http://newsite.example.com">http://newsite.example.com</a>and then save it, it returns to the original site url (I’m developing on a subdomain):
<a href="http://default.example.com">http://default.example.com</a>I presume this is because the config.php file is overwriting it with this:
$config['site_url'] = "http://default.example.com/";
Which is what is should be, but it seem like it’s overriding the MSM.
config.php is set to 666.
I’ve configured the index.php files, but it seems like they don’t matter yet because the config.php is controlling the url.
I feel like I’m in a catch 22 here. Any ideas?