2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/build/debian/apache/.htaccess
2015-01-11 15:16:55 +01:00

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>