Setting PHP INI Settings with .htaccess
Cool Shit, Joomla, Web Development, PHP June 13th, 2008
Sometimes you just don’t have access to the PHP INI and now what?
It’s pretty simple, just use the .htaccess file to set the PHP.INI setting that you need.
For instance setting down Register Globals you would use:
php_flag register_globals off
Posts
Leave a Comment
You must be logged in to post a comment.