# VonCMS Uploads Security v2
# Block all script execution in this directory

<FilesMatch "(?i)\.(php|php[0-9]+|phtml|pht|phar|phps|pl|py|jsp|asp|aspx|htm|html|shtml|sh|cgi|js|exe)$">
    Require all denied
</FilesMatch>

Options -Indexes
