# Security: prevent execution of any script files inside the uploads folder
<FilesMatch "\.(php|php\d|phtml|pl|py|cgi|asp|aspx|sh)$">
    Require all denied
</FilesMatch>

Options -Indexes
