*I’m running the latest versions of EE and MSM*
The install of MSM went fine. I created the second site, as well as set up a folder for it in the root dir of my site and copied the index.php and path.php from the root and placed them into the newly created directory. The path php looks like this:
<?php
// ------------------------------------------------------
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// ------------------------------------------------------
// Path to the directory containing your backend files
$system_path = "/system/";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$site_name = 'pineview';
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
$site_404 = "";
$global_vars = array(); // This array must be associative
?>In the CP for the second site I updated the global template preferences, as well as the General Config. Settings are as follows:
URL to the root directory of your site: http://pineviewcreative.com
URL to your Control Panel index page: left this the same)
URL to your “themes” folder: left this the same
Theme Folder Path: left this the same
I do have htaccess - But I’ve taken that out of the equation to no effect. I’ve also disabled all extensions - same thing. The second site keeps redirecting to the first site’s index. I shot an email off to EH to see if maybe this could be server side.
Does everything look alright?