Aleksander Machniak
2015-09-03 399a2d68b6529f19898b6d6ef3c05add128aadfa
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>