【发布时间】:2017-04-10 12:12:35
【问题描述】:
下面我提到了 apache htaccess error_log 规范。我如何在 IIS 服务器中使用相同的详细信息。
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
# enable PHP error logging
php_flag log_errors on
php_value error_log phperrors.log
# prevent access to PHP error log
<Files PHP_errors.log>
Order allow,deny
Deny from all
Satisfy All
</Files>
【问题讨论】: