There was a problem loading the comments.

Enable PHP with Register Globals Turned "ON"

Support Portal  »  Knowledgebase  »  Viewing Article

  Print
Enabling register_globals in Linux server environment is rather straight forward.

All you need to do is :

1. Edit the .htaccess file in the public_html folder.

2. Add the following lines into the .htaccess file:

php_flag register_globals on

3. Save the .htaccess file.

Share via
Did you find this article useful?  

Related Articles

© ServerFreak Technologies Sdn Bhd