>     How do set only safe_mode = On in certain directories while others are Off. And 
>vice versa.

If you are using Apache you can set any PHP directive in <Directory ...>
or <VirtualHost ...> block by doing something like:

  php_admin_flag safe_mode On

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to