Revision 0eb1e3a9
Von Robert Scheck vor mehr als 6 Jahren hinzugefügt
scripts/.htaccess | ||
---|---|---|
1 |
Order Allow,Deny |
|
2 |
Deny from all |
|
1 |
<IfModule mod_authz_core.c> |
|
2 |
# Apache 2.4 |
|
3 |
Require all denied |
|
4 |
</IfModule> |
|
5 |
<IfModule !mod_authz_core.c> |
|
6 |
# Apache 2.2 |
|
7 |
Order deny,allow |
|
8 |
Deny from all |
|
9 |
</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