Hello everybody.
I have 2 domain. aaa.com and ccc.com.
i host the php script myscript.php into the domain ccc.com.
/var/www/vhosts/ccc.com/httpdocs/myscript.php
The script needs to have access to the /var/www/vhosts/aaa.com/httpdocs/includes/ directory.
I configure the open_basedir for the...