.htaccess 323 B

12345678910111213141516
  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. <ifModule mod_autoindex.c>
  13. IndexIgnore *
  14. </ifModule>