Skip to content
Snippets Groups Projects
Commit c7b31134 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Files compatible with apache 2.4

parent 9662879e
No related branches found
No related tags found
No related merge requests found
# 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>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment