Advertisement
Guest User

owncloud .htaccess for data directory

a guest
May 2nd, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Generated by ownCloud on 2014-04-23 21:48:55
  2. # line below if for Apache 2.4
  3. <ifModule mod_authz_core>
  4. Require all denied
  5. </ifModule>
  6.  
  7. # line below if for Apache 2.2
  8. <ifModule !mod_authz_core>
  9. deny from all
  10. </ifModule>
  11.  
  12. # section for Apache 2.2 and 2.4
  13. IndexIgnore *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement