|
Hello,
Create file /var/www/vhosts/yourdomain/conf/vhost.conf (change yourdomain with your domain name as in it is in plesk).
Add the following lines:
<Directory /var/www/vhosts/[your-domain.com]/httpdocs>
php_admin_flag engine on
php_admin_value open_basedir none
</Directory>
Then as root do this /usr/local/psa/admin/sbin/websrvmng -a -v
|