On Wed, 19 Feb 2003, Joachim Krebs wrote: > How do I set the php.ini setting open_basedir on a per-directory > basis? Ideally, I would like to set it using .htaccess files...
open_basedir can only be set in php.ini or httpd.conf.
You might be able to set it in <Directory> stanzas within your httpd.conf,
but you cannot set it in .htaccess files within directories (nor with
ini_set()).
~Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

