Revision 0eb1e3a9
Von Robert Scheck vor etwa 7 Jahren hinzugefügt
templates/.htaccess | ||
---|---|---|
Order Allow,Deny
|
||
Deny from all
|
||
<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>
|
Auch abrufbar als: Unified diff
Update .htaccess for Apache 2.4 to avoid mod_access_compat dependency
See also: https://httpd.apache.org/docs/2.4/upgrading.html