Skip to content

Instantly share code, notes, and snippets.

@apphp
Created July 23, 2014 07:52
Show Gist options
  • Select an option

  • Save apphp/ffa35d4699609bac697e to your computer and use it in GitHub Desktop.

Select an option

Save apphp/ffa35d4699609bac697e to your computer and use it in GitHub Desktop.
Error Logging in .htaccess
# display no errs to user
# source: http://www.apphp.com/index.php?snippet=htaccess-error-logging
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
# log to file
php_flag log_errors on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment