# Deny script execution in uploads
<FilesMatch "\.(php|phar|phtml|shtml|pl|py|cgi)$">
  Deny from all
</FilesMatch>
Options -ExecCGI
