source:
lliurex-owncloud/trunk/fuentes/install-files/usr/share/lliurex-owncloud/llx-data/config/.htaccess
@
1391
Last change on this file since 1391 was 544, checked in by , 5 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | # line below if for Apache 2.4 |
2 | <ifModule mod_authz_core.c> |
3 | Require all denied |
4 | </ifModule> |
5 | |
6 | # line below if for Apache 2.2 |
7 | <ifModule !mod_authz_core.c> |
8 | deny from all |
9 | </ifModule> |
10 | |
11 | # section for Apache 2.2 and 2.4 |
12 | IndexIgnore * |
Note: See TracBrowser
for help on using the repository browser.