Setting register_globals for a domain

To disable register_globals for a single domain


Please add this line in the .htaccess file for the domain


php_flag register_globals Off


To Enable just add the following in the .htaccess file of that domain

php_flag register_globals On