Files compatible with apache 2.4
This commit is contained in:
parent
9662879e52
commit
c7b311349e
@ -1,17 +1,8 @@
|
|||||||
# To disable access
|
# File used to disable access into directory documents
|
||||||
<IfVersion >= 2.3>
|
<IfVersion >= 2.3>
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
<IfVersion < 2.3>
|
<IfVersion < 2.3>
|
||||||
Order deny, allow
|
Order deny, allow
|
||||||
Denied from all
|
Denied from all
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
|
|
||||||
# To allow access
|
|
||||||
<IfVersion >= 2.3>
|
|
||||||
Require all granted
|
|
||||||
</IfVersion>
|
|
||||||
<IfVersion < 2.3>
|
|
||||||
Order allow, deny
|
|
||||||
Allow from all
|
|
||||||
</IfVersion>
|
|
||||||
Loading…
Reference in New Issue
Block a user