I want to give user1 (domain1.com) acces to user2 (domain2.com).
In httpd.conf of user2 i inserted the following line.
php_admin_value open_basedir /home/user1/:/tmp:/usr/local/lib/php/:/home/user2/domains/domain2.com/public_html/
After Restart of Apache, i still get the error:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
What goes wrong?
Regards,
Tom
In httpd.conf of user2 i inserted the following line.
php_admin_value open_basedir /home/user1/:/tmp:/usr/local/lib/php/:/home/user2/domains/domain2.com/public_html/
After Restart of Apache, i still get the error:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
What goes wrong?
Regards,
Tom