added example for error reporting level - turn off 'Notices'

git-svn-id: https://develop.svn.wordpress.org/trunk@102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-05-25 23:39:25 +00:00
parent bb5ececb03
commit 0956ea0c0b
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
php_flag register_globals off
</IfModule>
# this will set the error_reporting level to remove 'Notices'
<IfModule mod_php4.c>
php_value error_reporting 247
</IfModule>
# this is used to make b2 produce links like http://example.com/archives/m/200209