You are here: Home arrow How To... arrow Web Development arrow How to turn off register_global using .htaccess?
How to turn off register_global using .htaccess? PDF Print E-mail
User Rating: / 0
PoorBest 
Written by ZadPro   
Wednesday, 21 November 2007

To turn off your host register_global create a .htaccess file and add the following code in the file:

php_flag register_globals off
 
Next >