Does anyone know if it is possible to include a parent directory of a {WEBSPACEROOT} PHP 5.5.22?
This is the given structure which does work with {WEBSPACEROOT}:
var/www/vhosts/mydomain-a/website
var/www/vhosts/mydomain-a/includepath
var/www/vhosts/mydomain-b/website
var/www/vhosts/mydomain-b/includepath
I want this:
var/www/vhosts/mydomain-a/website
var/www/vhosts/mydomain-b/website
var/www/vhosts/includepath
I am using Plesk 12 with a root server and haven't been able to solve the issue within the php-panel of Plesk. The php.ini seems to be ignored by Plesk.
So I will always receive this error:
open_basedir restriction in effect. File(../../includepath/include.php) is not within the allowed path(s): (/var/www/vhosts/mysite.com/:/tmp/)
I have been looking into suggestions like this, but they do seem to me like if they would imply tackle the very first approach: https://www.vimp.com/de/web/faq/items/an-example-of-a-vhostconf-with-plesk.html