Projekt

Allgemein

Profil

Herunterladen (167 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
<IfModule mod_authz_core.c>
# Apache 2.4
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order deny,allow
Deny from all
</IfModule>
(1-1/82)