# Deny access to all files in logs directory
Order Deny,Allow
Deny from all

<RequireAll>
    Require all denied
</RequireAll>
