How to set register_globals OFF
October 8th, 2009
You can create .htaccess file in public_html folder and add following code to set Register_globals to OFF for one domain.
php_flag register_globals off
Or
You can add above code to virtual host entry in httpd.conf and restart apache.