M
Miracle Wanzo
Guest
We have a DV at mediatemple running plesk 8.6
I have two domains that I want to use a shared drupal installation.
DomanA is where drupal is actually installed, domainB is the additional domain that needs to use that install
Following the instructions the vhost.conf file needs to be modified to point to the document root directory of DomainA
followed all the instructions to get it set up and working, with the following line:
DocumentRoot /var/www/vhosts/domainA.com/httpdocs
I can pull up any static file just fine. However, when i need to call a php file:
domainB.com/index.php
it downloads the file instead of executing it
checked permissions, they are fine
Does anyone know what the problem is
I have two domains that I want to use a shared drupal installation.
DomanA is where drupal is actually installed, domainB is the additional domain that needs to use that install
Following the instructions the vhost.conf file needs to be modified to point to the document root directory of DomainA
followed all the instructions to get it set up and working, with the following line:
DocumentRoot /var/www/vhosts/domainA.com/httpdocs
I can pull up any static file just fine. However, when i need to call a php file:
domainB.com/index.php
it downloads the file instead of executing it
checked permissions, they are fine
Does anyone know what the problem is