Aleksander Machniak
2015-08-01 d5f6d655da2b95da2851d50e421665af8bf5f2f1
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>