Aleksander Machniak
2016-05-01 013aaeb895d3ec8f6758db4c2521599404ad22c7
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>