# Disable PHP execution
<FilesMatch "\.(php|php3|php4|php5|php7|php8|phtml|phar)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

# Additional security for the upload folder
Options -Indexes -ExecCGI
AddHandler cgi-script .php .php3 .php4 .php5 .php7 .phtml .pl .py .jsp .asp .htm .html .sh .cgi
