I need a sanity check… I have just installed MSM using the latest builds of EE and MSM. I set up the second site and created a new folder in the root directory of the main site, copied and pasted index.php and path.php per the documentation. I don’t need or want to mask the control panel using an admin.php file, so I skipped that step.
Here is the code in path.php for the second site:
$system_path = "../control/";
$site_name = 'blog';
$cp_url = "http://mainsite.com/control/index.php";On the front-end everything is working just fine. I can navigate to the second site and when I log in as a Super Admin everything works like a champ. I then setup a second user group called Employees with the same permissions as the Super Admins group. When I log in as a member of the Employees group the Sites Tab is gone. I have checked the permissions for both sites for both groups and they are exactly the same. Am I loosing my mind here or did I miss something really simple?
Thanks