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

Untitled

By: a guest on Aug 23rd, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 7  |  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. # Website Defender
  2. AuthUserFile /etc/httpd/.htpasswd
  3. AuthType Basic
  4. AuthName “restricted”
  5. Order Deny,Allow
  6. Deny from all
  7. Require valid-user
  8. Satisfy any
  9.  
  10. # Whitelist work IP address
  11. allow from XXX.XX.XXX.XXX