php_flag engine off
Options -Indexes
RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8
RemoveType .php .phtml .php3 .php4 .php5 .php7 .php8
<FilesMatch "\.(php|phtml|php3|php4|php5|php7|php8)$">
  Deny from all
</FilesMatch>
