I'm running a Plesk 7.5.4 server. Fedora Core 2 with PHP 4.4.1 installed from ART's rpms not minutes ago.
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:
Code: Select all
Alias /scripts /var/www/vhosts/scriptsdomain.com/httpdocs/scripts
So far I've tried symlinks and a whole bunch of <Directory> entries to no avail. Every time the file IS FOUND but not parsed and the whole source code is dumped to the browser.
How can I solve this?
Thanks,
Rolo