Hi,
I'm running a Plesk 7.5.4 server. Fedora Core 2 with PHP 4.3.11.
I want to have libraries stored in one domain and have other domains access them. I was being able to do this just fine on my previous dedicated server (without plesk) but now I can't. PHP files that are read from aliased directories don't get parsed and the browser shows a "download file" popup.
I added the following to this file /var/www/vhosts/otherdomain.com/conf/vhost.conf:
Alias /scripts /var/www/vhosts/scriptsdomain.com/httpdocs/scripts
When I go to http://otherdomain.com/scripts/phpinfo.php, I get prompted to download the phpinfo.php file instead of seing its output.
How can I solve this? I'm in a pretty tight spot and need to solve this asap.
Could this have anything to do with open_basedir? I tried a efw things but can't seem able to disable it either.
Thanks!
I'm running a Plesk 7.5.4 server. Fedora Core 2 with PHP 4.3.11.
I want to have libraries stored in one domain and have other domains access them. I was being able to do this just fine on my previous dedicated server (without plesk) but now I can't. PHP files that are read from aliased directories don't get parsed and the browser shows a "download file" popup.
I added the following to this file /var/www/vhosts/otherdomain.com/conf/vhost.conf:
Alias /scripts /var/www/vhosts/scriptsdomain.com/httpdocs/scripts
When I go to http://otherdomain.com/scripts/phpinfo.php, I get prompted to download the phpinfo.php file instead of seing its output.
How can I solve this? I'm in a pretty tight spot and need to solve this asap.
Could this have anything to do with open_basedir? I tried a efw things but can't seem able to disable it either.
Thanks!