nSun

Htaccess

Jan 12th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Options -Indexes
  2. <Files *.txt>
  3. deny from all
  4. allow from localhost
  5. </Files>
  6. <Files *.ini>
  7. deny from all
  8. allow from localhost
  9. </Files>
Advertisement
Add Comment
Please, Sign In to add comment