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