# Deny access to everything by default
Order Deny,Allow
Deny from all
# Allow access only to the specified MD5 hashed folder
Allow from all
# Optional: Deny access to .htaccess files
Order Allow,Deny
Deny from all
# Optional: Prevent directory listing
Options -Indexes