From dfb020e67f48f693342e564987ea26cc9621768a Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sun, 25 May 2003 23:39:25 +0000 Subject: [PATCH] added example for error reporting level - turn off 'Notices' git-svn-id: http://svn.automattic.com/wordpress/trunk@102 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- example.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example.htaccess b/example.htaccess index bc83607aa5..0031a96dad 100644 --- a/example.htaccess +++ b/example.htaccess @@ -5,6 +5,10 @@ php_flag register_globals off +# this will set the error_reporting level to remove 'Notices' + + php_value error_reporting 247 + # this is used to make b2 produce links like http://example.com/archives/m/200209