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>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
<IfVersion < 2.3>
|
||||
Order deny, allow
|
||||
Denied from all
|
||||
</IfVersion>
|
||||
|
||||
# To allow access
|
||||
<IfVersion >= 2.3>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
<IfVersion < 2.3>
|
||||
Order allow, deny
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
</IfVersion>
|
||||
Loading…
Reference in New Issue
Block a user