Change magic_quotes_gpc & register_globals PHP
Posted by: nocloo
Posted on: 2006-05-04 11:20:00
Hi,
I'm having some issues with changing the PHP magic_quotes_gpc & register_globals config.
I'm trying to use PHP5 and create 2 files in the subdir of my software:
.htaccess
php_value register_globals 0
php_flag register_globals off
php_value magic_quotes_gpc 1
php_flag magic_quotes_gpc on
and create a php.ini :
register_globals off
magic_quotes_gpc on
None of the option works either w/ Web security enabled or disabled in my domain config. How do I change that ?
Thanks,
-M