Aleksander Machniak
2015-08-30 c4daf3f14fa34bb78fe86410bfd79bd8951d7a71
1
2
3
4
5
6
7
# deny webserver access to this directory
<ifModule mod_authz_core.c>
    Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
    Deny from all
</ifModule>