Skip to content

Instantly share code, notes, and snippets.

@wildiney
Created June 28, 2011 14:32
Show Gist options
  • Save wildiney/1051250 to your computer and use it in GitHub Desktop.
Save wildiney/1051250 to your computer and use it in GitHub Desktop.
.htaccess - Registering Errors on PHP
# display no errors to user
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
# log to file
php_flag log_errors on
php_value error_log /location/to/php_error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment