# ClassGrid — this folder must never be reachable over HTTP.
# Best practice is to keep /app outside public_html entirely.
# This file is the fallback for hosts that will not allow that.

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
