# ONLY_FROM_HEP : To protect documents so that they are only visible from
# (most all) HEP institutes. Added for the Desktop Forum Official dir.
# /Official/Desktop
<Location /Official/Desktop/>
AuthName HEP-Private
AuthType Basic

order deny,allow
deny from all
allow from .cern.ch .hep.anl.gov .bnl.gov .cebaf.gov .lbl.gov .nikhef.nl
.rl.ac.uk .triumf.ca
</Location>

