.htaccess 266 B

12345678
  1. # nothing in this directory is retrievable unless overriden by an .htaccess
  2. # in a subdirectory; the only exception is duplicates.rdf, which is used by
  3. # duplicates.xul and must be loadable over the web
  4. deny from all
  5. <Files duplicates.rdf>
  6. allow from all
  7. </Files>