# Safe defaults; do not force redirects
Options -Indexes
<IfModule mod_php7.c>
  php_flag display_errors On
  php_value error_reporting 32767
</IfModule>
<IfModule mod_php8.c>
  php_flag display_errors On
  php_value error_reporting 32767
</IfModule>
