Is there any way to change safe_mode from 'on' to 'off' with htaccess file? If so, please explain how to do it. I know how to change other php.ini settings with htaccess, I just can't seem to change the safe_mode configuration.
I do not have root access to the server and cannot change the php.ini file or httpd.conf file.
I'm using the following code in the .htaccess file:
php_flag safe_mode off
thank you.