Re: [PHP] need help with safe mode and Restrict where PHP is Usable?

2001-10-03 Thread Tamas Arpad
Hi, Both problems can be solved with php directives in httpd.conf or in .htaccess. You can just put php_value safe_mode off or php_value engine off into Directory definitions in httpd.conf to restrict only for some directories or into Virtual for virtual servers. (Of course in htaccsess you

[PHP] need help with safe mode

2001-10-02 Thread Richard Kurth
Can I add php_admin_flag safe_mode off to the httpd.conf file to turn safe mode off for just one site. And leave it on for the rest of the server. According to the manual this can be done but when I try it. It does not work. Is there something else I have to do to make this work properly.