# Setup, migration, reset-password, and test scripts are CLI-only.
# They must never be callable through a public admin URL.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
