HI,
I have been trying to enable/disable safe_mode while the GLOBAL safe_mode must be ON by adding this into the httpd.conf file
<IfModule mod_php4.c>
php_admin_value open_basedir "/home3/donafori:/usr/lib/php:/usr/local/lib/php:/tmp"
php_value safe_mode off
</IfModule>
and the restart httpd
However, this does not work. My website still shows errors that safe mode is still in restriction
Am I missing anything?
Thanks alot!



LinkBack URL
About LinkBacks
Reply With Quote




