Options -Indexes
php_flag engine off

<FilesMatch "\.(php|phtml|phar|cgi|pl|py|jsp|asp|aspx)$">
  Deny from all
</FilesMatch>

<IfModule mod_headers.c>
  Header set X-Content-Type-Options "nosniff"
</IfModule>
