mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
8 lines
170 B
ApacheConf
8 lines
170 B
ApacheConf
# 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> |