# Bloquear ejecución de cualquier script en esta carpeta
<FilesMatch "\.(php[0-9]?|phtml|phar|cgi|pl|py|sh)$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

Options -ExecCGI
RemoveHandler .php .php5 .php7 .php8 .phtml .phar
RemoveType   .php .php5 .php7 .php8 .phtml .phar
