PDA

View Full Version : How can I turn on 'register_globals' php value?


Artyom
08-03-2007, 08:45 PM
We do not keep this value 'On' due to a number of security risks it presents. However, you may enable it specifically for your account if you need to.

To do this, please follow these steps:

1. FTP into your account or use the File Manager through your CPanel.
2. Find the .htaccess file. Click on it and select to "Edit" it.
3. On a new line put in the following:
"php_flag register_globals on"
4. Save and exit.

You are done!