register globals = off issues

I had register globals off originally and some clients complained. I added this htaccess file to their home directory but, it still did not work.

Code:
php_flag register_globals 0
What can I do, to allow permission for some users to register_globals or limit register_globals?

--GSV

 

 

 

 

Top