Hello. I have one question. Why does my site show me 500 Internal Server Error when I add this:
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_flag log_errors on
php_value error_log /home/user/public_html/errors/PHP_errors.log
<Files...