dejanmarkovic
1/9/2014 - 10:04 PM

Error Logging via the htacess file

Error Logging via the htacess file

# log php errors
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/path/logs/php-errors.log