Aleksander Machniak
2015-05-11 247b845a8e0813050c6d0e0c9d3f06df13c71d07
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>