mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
support for apache 2.4
This commit is contained in:
parent
90baea95f0
commit
88a607ccd3
|
@ -1,2 +1,15 @@
|
||||||
Order allow,deny
|
# line below if for Apache 2.4
|
||||||
Deny from all
|
<ifModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</ifModule>
|
||||||
|
|
||||||
|
# line below if for Apache 2.2
|
||||||
|
<ifModule !mod_authz_core.c>
|
||||||
|
deny from all
|
||||||
|
Satisfy All
|
||||||
|
</ifModule>
|
||||||
|
|
||||||
|
# section for Apache 2.2 and 2.4
|
||||||
|
<ifModule mod_autoindex.c>
|
||||||
|
IndexIgnore *
|
||||||
|
</ifModule>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user