Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created January 9, 2014 22:04
Show Gist options
  • Save dejanmarkovic/8342926 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/8342926 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment