Turning Register Globals On Print

  • 27

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.


Was this answer helpful?

« Back