unfortunately one of my client's server have register_globals turned on,
I've tried adding an .htaccess on my root of my site with the command below
php_flag register_globals off
when I visit the site, it gave me 500 internal server error
when I remove it, its fine
can you help me with this
Thank you in advance

