I’m trying to get MSM to wórk. I’m on a vServer running OpenSuse 10.1 with Plesk 8.4.
My main installation’s system directory is on /srv/www/vhosts/domainA/httpdocs/system
Domain root of the second URL where index.php and path.php are ist: /srv/www/vhosts/DomainB/httpdocs
I have created an open basedir rule to enable scripts from within domainB’s httpdocs directory to be able to access DomainA’s system directory. So hopefully that will work.
Now I need to specify a RELATIVE path in domainB’s path.php pointing to domainA’s system directory. However, I have no idea how this relative path has to look like?
How do I get from /srv/www/vhosts/DomainB/httpdocs to /srv/www/vhosts/domainA/httpdocs/system?
Again, thanks for your help.