Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created June 6, 2011 22:13
Show Gist options
  • Select an option

  • Save jorgepedret/1011236 to your computer and use it in GitHub Desktop.

Select an option

Save jorgepedret/1011236 to your computer and use it in GitHub Desktop.
Log PHP errors (htaccess)
# display no errs 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