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

git-svn-id: http://svn.automattic.com/wordpress/trunk@102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-05-25 23:39:25 +00:00
parent b7aa3cdd7d
commit dfb020e67f

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