Our host company has register_global turned on it it's php config files. I would like to turn that option off.
I know that there is an Apache command in .htaccess to do so, but I have no idea what is it.
Any help is appreciated.
In the .htaccess file, add:
php_flag register_globals Off
Cool.
The above only works with Apache 1.3.x. I forgot that I run Apache 2.0 on Windows at home as a test bed. Any one know what the command is in Apache 2.0?