Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2976 rexy 1
<IfModule !mod_authz_core.c>
2
    order deny,allow
3
    deny from all
4
</IfModule>
5
# Deny all requests from Apache 2.4+
6
<IfModule mod_authz_core.c>
7
    Require all denied
8
</IfModule>