Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 6th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. .htaccess File Security
  2. # -FrontPage-
  3.  
  4. IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
  5.  
  6. <Limit GET POST>
  7. order deny,allow
  8. deny from all
  9. allow from all
  10. </Limit>
  11. <Limit PUT DELETE>
  12. order deny,allow
  13. deny from all
  14. </Limit>
  15. AuthName mydomain.com
  16. AuthUserFile /home/myname/public_html/_vti_pvt/service.pwd
  17. AuthGroupFile /home/myname/public_html/_vti_pvt/service.grp