Quote:
|
Originally Posted by Sam Granger
Trying to turn on globals_register through htaccess but i'm keep on getting a 500 internal server error.
|
What's in your .htaccess? If there's a typo Apache is likely to give you an 500 internal server error.
That should do it: php_flag register_globals 1
If you're using Apache 2.x you might have to put the php_flag inside a <virtual> or <directory> section.