# Deny all access to mdinfos directory
Order Deny,Allow
Deny from all

# Alternative for Apache 2.4+
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
