2017-04-10 8 views
0

私は以下のApacheのhtaccess error_logの仕様を述べました。どのように私はIISサーバーで同じ詳細を使用することができます。IISでどのように私はApacheのhtaccessの詳細を使用することができます

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> 

答えて

関連する問題