Skip to content

Instantly share code, notes, and snippets.

@zillingen
Last active November 3, 2017 21:18
Show Gist options
  • Save zillingen/b811ec28176512e36f0c895cf3f1ac82 to your computer and use it in GitHub Desktop.
Save zillingen/b811ec28176512e36f0c895cf3f1ac82 to your computer and use it in GitHub Desktop.

Recipies for Apache and .htaccess

Show PHP errors based on .htaccess file for directory

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag  log_errors on
php_value error_log  /home/path/public_html/domain/PHP_errors.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment