I successfully added a line in httpd.conf as this one:
php3_safe_mode off
And it deactivates safe_mode, but this is done for everything on the webserver
then i tried the same line in a .htaccess file inside a directory, but i get INTERNAL ERROR page, and this on error_log:
[Thu Feb 8 16:11:16 2001] [alert] [client X.X.X.X] /usr/local/httpd/htdoc
s/chat-servers/webchatmanager/.htaccess: php3_safe_mode not allowed her
e
I verified and there is an ALLOWOVERRIDE OPTIONS for the directory including the .htaccess file.
I have the same error for php3_safe_mode_exec_dir, but it works for php3_track_vars for example
Any ideas?