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:
parent
bb5ececb03
commit
0956ea0c0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user