# Arquivos enviados: entrega estatica, nunca execucao.
php_flag engine off

<FilesMatch "\.(php|phtml|php3|php4|php5|php7|phps|cgi|pl|py|sh)$">
    Require all denied
</FilesMatch>

Options -Indexes -ExecCGI
AddType text/plain .php .phtml .php5 .php7
