F
Fildefer57
Guest
Hello,
I am almost an newbie in apache php configuration, and I need to add a directory visible to php but outside of web access on one site.
I have created a /var/www/vhosts/mydomain/conf/vhost.conf file with the following content :
I can't access the core content from the php even with 777 on the core directory.
Can you help ?
Thanks
Phil
I am almost an newbie in apache php configuration, and I need to add a directory visible to php but outside of web access on one site.
I have created a /var/www/vhosts/mydomain/conf/vhost.conf file with the following content :
<Directory /var/www/vhosts/mydomain/httpdocs/>
php_admin_value open_basedir "/var/www/vhosts/mydomain/httpdocs:/var/www/vhosts/mydomain/core"
</Directory>
I can't access the core content from the php even with 777 on the core directory.
Can you help ?
Thanks
Phil