Hello
Is there a way to disable the php error logs per directory, if it is enabled globally?! I have this htaccess but it seems not to work:
<IfModule mod_php5.c>
php_value display_errors 0
php_value allow_url_fopen 0
php_flag display_startup_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
php_flag log_errors off
</IfModule>