|
Turning Register Globals Off (using .htaccess) |
|
|
Wednesday, 10 October 2007 |
|
A particular PHP setting which helps increase or decrease dramatically the security of your site. By default some web servers come with register globals ON which is not the optimum setting. To turn Register Globals off you only need to add the following line to your .htaccess and save: php_flag register_globals off |
|
Last Updated ( Wednesday, 10 October 2007 )
|