Tassos

owncloud/data 9.0.3 .htaccess file

Jul 10th, 2016
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Generated by ownCloud on 2016-06-30 15:01:39
  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 *
Advertisement
Add Comment
Please, Sign In to add comment