Aleksander Machniak
2015-06-06 a7b04265710a926ce64a9a065505c4d98ae2583c
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>