I am stumped. I am running a dedicated virtual server on media temple and I wanted to set up my expression engine install and have multiple domains set up…
Soo I have the default at
housingworkscms.com
and i was testing a second site at
thriftapps.com
on the second domain i just get The system path does not appear to be set correctly. Please open your path.php file and correct the path. (but somehow the favicon shows up)
I checked the path and its defiantly correct. I am stumped..
Any thoughts?
path file from thriftapps.com
<?php
//———————————————————————————
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
//———————————————————————————
// Path to the directory containing your backend files
$system_path = “/var/www/vhosts/housingworkscms.com/httpdocs/admin/”;
$site_name = “thrifts”;
//———————————————————————————
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
//———————————————————————————
$template_group = “”;
$template = “”;
$site_url = “”;
$site_index = “”;
$site_404 = “”;
$global_vars = array(); // This array must be associative
?>