Htaccess File to Set register_globals Directive

Some hosting provider set register_globals to ON just for compatibility to old open source projects.
In this case, you should be able to override that just putting this line in your .htaccess file:
php_flag register_globals on

This entry was posted in Apache, PHP. Bookmark the permalink.

Leave a Reply