mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-22 08:43:16 +01:00
8 lines
113 B
ApacheConf
8 lines
113 B
ApacheConf
<IfVersion >= 2.3>
|
|
Require all denied
|
|
</IfVersion>
|
|
<IfVersion < 2.3>
|
|
Order deny,allow
|
|
Deny from all
|
|
</IfVersion>
|