I install suphp on my system and i need to modify register_globals local value for some domain. I try to use .htaccess with php_admin_value, php_value, etc but all create error 500.
Normally putting a php.ini DocumentRoot with register_globals=on it was readed by apache2 and overwrite master setting but using DA this solution not work.
Any idea?
Normally putting a php.ini DocumentRoot with register_globals=on it was readed by apache2 and overwrite master setting but using DA this solution not work.
Any idea?