Quote:
Originally Posted by Eidolon
Try adding the following to a .htaccess file in the root of your website hosting...
Code:
php_flag register_globals on
...could be that your coding wasn't written to work with register_globals set to off.
|
That didn't work, thanks though!
I didn't have an htaccess file before, so I just made a new one with that one line in it, do I need something else to make it work or anything?