We are running MSM on Ubuntu but are having issues with the “secondary” site and css. The site functions but we are unable to get the stylesheet to pull. Here is the bottom half of the code for the path.php file in a folder on the root level for the secondary domain:
$template_group = "";
$template = "";
$site_url = "http://www.pm-adr.com";
$site_index = "";
$site_404 = "";
$cp_url = 'http://www.pm-adr.com/pma/admin.php';
$global_vars = array(); // This array must be associative
$site_name = "pma";The CSS is on the root level and we are calling it up like this:
href="{site_root}/css/reset.css"The primary domain is http://www.sarnoffdeposition.com
Help would be greatly appreciated.