(file) Return to .htaccess CVS log (file) (dir) Up to [HallC] / Documents / Howtos

File: [HallC] / Documents / Howtos / .htaccess (download)
Revision: 1.1, Fri Mar 18 20:25:42 2005 UTC (19 years, 6 months ago) by saw
Branch: MAIN
CVS Tags: mar2005, hks05, HEAD
Web site access controls

<Limit GET>
order deny,allow
deny from all
allow from .jlab.org
allow from 70.177.244.151
AuthType Basic
AuthUserFile /group/hallc/www/hallcweb/html/document/.htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
require valid-user
satisfy any
</Limit>


Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0