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 PHP_errors.log>
Order allow,deny
Deny from all
Satisfy All
</Files>
to the .htaccess file in /public_html?
Thanks.
P.S. Sorry for my bad English.
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 PHP_errors.log>
Order allow,deny
Deny from all
Satisfy All
</Files>
to the .htaccess file in /public_html?
Thanks.
P.S. Sorry for my bad English.
Last edited: