<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Order Allow,Deny
    Deny from All
</IfModule>
