EE 2.3.1
EE_MSM_2.1.2
rackspace cloud server
So I’ve just installed MSM for the first time - everything was fine until
http://ellislab.com/expressionengine/user-guide/cp/sites/createsite.html
Step 3
Configure your Site through the Control Panel like you would any ExpressionEngine installation, being sure to switch sites so that you are editing the settings for your new site. It is recommended that you start by updating the following:
Admin > General Configuration: Update the System Preferences for the new Site. At a minimum, you will change the URL to the root directory and the URL to the Control Panel index page.
I changed this and somehow crashed the whole system and had to restore the whole server <<—seems like there should be a big warning in the installation tutorial if you can crash EE by changing the General Configuration setting.
So I want to change
URL to the root directory of your site
(but obviously don’t want to crash everything again)
I’m not 100% sure what should go here because the domain name is already in use and I don’t want to redirect it until the new site is up and ready
The layout on the server is as
/var/www/vhosts/
├── system
└── domain1.com
├── admin.php
├── index.php
├── images
└── themes
└── domain2.com
├── admin.php
└── index.php
so how do I point the new site to domain2.com ?
I’ve already learned it’s not http://www.domain2.com/
thanks!