How to turn on register_globals
- If you have problem getting to the second page of the install script, then you most likely have register_globals turned off.
- Create a new text file called .htaccess with a text editor (like WordPad or Notes).
- Add the following line in .htaccess:
php_flag register_globals on
- Upload the file to your web hosting account. Make sure the name of the file is .htaccess and not .htaccess.txt, because that wont work at all.