# public/uploads/.htaccess
# Prevent execution of script files
<FilesMatch "\.(php|phar|phtml|pl|py|jsp|asp|aspx)$">
  Deny from all
</FilesMatch>
Options -Indexes
