How to enable register_globals?

Solution

Some softwares requires Register_globals to be on.

The server global option as part of our security practise default register_globals=off.

To work around, hosting account holders have to do the following:

Use of php.ini
1) Create/Edit�the "php.ini" file
2) Type "register_globals=on" in the "php.ini" file
3) Upload to the folder that contains the script
4) Refresh that page and try again

Use of htaccess
1) Create/Edit the ".htaccess" file
2) Type "php_flag register_globals on" in the ".htaccess" file
3) Upload to the folder that contains the script
4) Refresh that page and try again

Contact our support department should you need further assistance

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Solve My Website Page Not Found Error?

Solution Troubleshooting guideIf you have already signed up for a hosting account with us,...

Your Control Panel (cPanel) Video Tutorials

Solution You will be a pro in no time with cPanel's video tutorials. These tutorials allow you...

How to change my control panel password?

Solution If you have trouble accessing to your control panel, you may have entered your...