So… I’m having a hard time getting MSM to work. I’ve followed the instructions for a subdomain, copied the “admin.php” and “index.php” files, but the path to the “real” system folder is not working right. I’ve searched the forums and saw that someone reported this working:
$system_path = '/home/123456/domains/example.com/html/system/';Which *should* work, but it’s still not getting there. In order to get the file upload or template path right in a typical EE installation on Media Temple, I usually have to include the fully qualified server path:
/nfs/c01/h01/mnt/123456/domains/example.com/html/systemI tried that above, and it didn’t work either. Am I missing something? Anybody have experience with this? Thanks in advance.