Re: [PHP] Safe_mode in certain directories

2001-06-22 Thread Christopher Ostmo
Egan pressed the little lettered thingies in this order... > On Thu, 21 Jun 2001 14:35:50 -0700 (PDT), Rasmus Lerdorf > <[EMAIL PROTECTED]> wrote: > > >If you are using Apache you can set any PHP directive in > >or block by doing something like: > > > > php_admin_flag safe_mode On > > Do tho

Re: [PHP] Safe_mode in certain directories

2001-06-22 Thread Egan
On Thu, 21 Jun 2001 14:35:50 -0700 (PDT), Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: >If you are using Apache you can set any PHP directive in >or block by doing something like: > > php_admin_flag safe_mode On Do those directives work in .htaccess files too? -- PHP General Mailing List (

Re: [PHP] Safe_mode in certain directories

2001-06-21 Thread Rasmus Lerdorf
> 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 or block by doing something like: php_admin_flag safe_mode On -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Safe_mode in certain directories

2001-06-21 Thread Ker Ruben Ramos
Ey guys!       How do set only safe_mode = On in certain directories while others are Off. And vice versa.   Thank You.