Options -Indexes

# Security: prevent execution of uploaded scripts
<FilesMatch "\.(php|phtml|php[0-9]?|phps)$">
  Require all denied
</FilesMatch>

<IfModule mod_php.c>
  php_flag engine off
</IfModule>

<IfModule mod_mime.c>
  RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8 .phps
</IfModule>
