Hi, my web hosting has the register globals on and I need to turn it off, when using a .htaccess with the following code in the root directory
php_flag register_globals off
I get the following error
Internal Server Error, this is an error with your script, check your error log for more information.
any ideas please.