I am running:
ExpressionEngine 1.6.8
Build: 20100121
Multiple Site Manager
Version: 1.1 Build: 20091201
I can’t figure out the path.php deal.
My system file was renamed to admin.
I’ve got:
$system_path = "./admin";in path.php, which is in the folder for my domain, biggigaustin.org. My admin folder is in the same level as that folder, in public_html.
This is a CPanel host, hostgator.com. I’ve had troubles with MSM before, possibly because of a open_basedir problem, but their tech support people can’t help me figure that out, because all they’re looking for is whether there’s an index.php file in the directory of the add-on domain, which there is.
Can someone help me figure this out, about what path.php should look like? Right now it is:
<?php
// ------------------------------------------------------
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// ------------------------------------------------------
// Path to the directory containing your backend files
$system_path = "./admin";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$site_name = 'Site_Short_Name';
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
$site_404 = "";
$global_vars = array(); // This array must be associative
?>