# Security hardening for uploads
<FilesMatch "\.(php|phar|phtml|shtml|cgi|pl|py|asp|aspx|jsp)$">
  Deny from all
</FilesMatch>
Options -ExecCGI
AddType text/plain .php .phtml .php5 .phps
