I require to turn ON register_global in a directory while maintaining the global php.ini to have register_global off.
Can someone please write the way to do it in .htaccess? I am a newbie when it comes to system admin.
Thank you in advance.
Regards
Mian
How to configure php.ini in .htaccess?
Moderator: General Moderators
- andre_c
- Forum Contributor
- Posts: 412
- Joined: Sun Feb 29, 2004 6:49 pm
- Location: Salt Lake City, Utah
Code: Select all
php_value register_globals 1