Turning Register Globals On

Simply create a file and save it as .htaccess then inside that file put the following text and upload it to your public_html folder:

php_flag register_globals 1

Please note that allowing register globals may expose security flaws in some PHP scripts leaving your website open to being hacked. If you are installing a script that requires register globals to be turned on I strongly suggest that you don't do it and instead look for an alternative.

  • 7 Users Found This Useful
Was this answer helpful?

Related Articles

Make additional file types parse as PHP

If you need another file type to act as a PHP script create a file called .htaccess and place it...

Changing your PHP version

If you require a specific version of PHP you can change the PHP version used by your account.To...

Adding or removing PHP modules

If you require a specific PHP module that is not included in our native build of PHP then you may...

Changing PHP settings

If you require specific PHP configuration settings then you may be able to configure them through...