# Prevent execution of any server-side code in the uploads directory.
<FilesMatch "\.(php|phtml|php3|php4|php5|phps|pht|cgi|pl|py|jsp|asp|aspx|sh)$">
    Require all denied
</FilesMatch>

Options -ExecCGI -Indexes
AddType text/plain .html .htm .shtml
