Advertisement
Guest User

Untitled

a guest
Aug 21st, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # protect the htaccess file
  2. <files .htaccess>
  3. order allow,deny
  4. deny from all
  5. </files>
  6.  
  7. # disable the server signature
  8. ServerSignature Off
  9.  
  10. # disable directory browsing
  11. Options All -Indexes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement