open_basedir and lock out sub directory?
Posted: Tue Apr 08, 2008 12:55 pm
Is there a way for me to use open_basedir to lock a host to a directory, but also lock out subdirectories?
For example, if i have:
php_admin_value open_basedir /thisdirectoryisok/
is there a way to lock out this directory?:
/thisdirectoryisok/notok/
For example, if i have:
php_admin_value open_basedir /thisdirectoryisok/
is there a way to lock out this directory?:
/thisdirectoryisok/notok/