Comments on: Picking the brain of the IE7 team https://grey-panther.net/2006/10/picking-the-brain-of-the-ie7-team.html Just another WordPress site Sun, 18 Feb 2007 11:06:19 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Felius https://grey-panther.net/2006/10/picking-the-brain-of-the-ie7-team.html#comment-868 Sun, 18 Feb 2007 11:06:19 +0000 https://grey-panther.net/?p=1039#comment-868 You can disable safe mode at the directory/application level if you have access to your apache config.

Use “php_admin_flag safe_mode off” inside a <Directory> container to do this. Note that it can’t be used in an .htaccess file.

The point of doing this is that you can have everything operate under safe mode by default, and only turn it off for a given directory if you really have to (and know what you’re doing).

]]>