Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created July 16, 2018 16:01
Show Gist options
  • Save matthijs166/9ee3eacb04fb3a0861c85e56f5de50dd to your computer and use it in GitHub Desktop.
Save matthijs166/9ee3eacb04fb3a0861c85e56f5de50dd to your computer and use it in GitHub Desktop.
Enable php error logging in htaccess display error
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment