.htaccess 284 B

123456789101112131415
  1. # Generated by ownCloud on 2015-06-18 14:16:40
  2. # line below if for Apache 2.4
  3. <ifModule mod_authz_core.c>
  4. Require all denied
  5. </ifModule>
  6. # line below if for Apache 2.2
  7. <ifModule !mod_authz_core.c>
  8. deny from all
  9. Satisfy All
  10. </ifModule>
  11. # section for Apache 2.2 and 2.4
  12. IndexIgnore *