# Completely block access to database directory
Order Deny,Allow
Deny from all

# Block all file types in this directory
<FilesMatch ".*">
    Order Deny,Allow
    Deny from all
</FilesMatch>

# Prevent directory browsing
Options -Indexes