dome90uk
08-22-2009, 05:55 PM
Hi,
I am trying to set error_reporting to E_WARNING & ~E_NOTICE using the .htaccess file below - ( i am on shared hosting space ):
php_value max_execution_time 600
php_value output_buffering on
php_value error_reporting E_WARNING
php_value error_reporting E_NOTICE
<Files .htaccess>
order allow,deny
deny from all
</Files>
I can change it to E_WARNING or E_NOTICE but not set both
I have also tried to change it using this line in my .htacess file -
php_value error_reporting E_WARNING & ~E_NOTICE
Can someone tell me how to set the value of error reporting to two values please.
Any help appreciated thanks.
I am trying to set error_reporting to E_WARNING & ~E_NOTICE using the .htaccess file below - ( i am on shared hosting space ):
php_value max_execution_time 600
php_value output_buffering on
php_value error_reporting E_WARNING
php_value error_reporting E_NOTICE
<Files .htaccess>
order allow,deny
deny from all
</Files>
I can change it to E_WARNING or E_NOTICE but not set both
I have also tried to change it using this line in my .htacess file -
php_value error_reporting E_WARNING & ~E_NOTICE
Can someone tell me how to set the value of error reporting to two values please.
Any help appreciated thanks.