Drew,
Here's an .htaccess file from one of my cgi-bin directories that works
with authentication:
AuthUserFile /usr/webstuff/share/.htpasswd
AuthName "authorized users"
AuthType Basic
require user aam26
Of course that stuff (which I made up) is particular to the system and web
services running on it; aam26 would be the only user allowed to access
that directory, the password would get checked against the system file.
-Carp
This archive was generated by hypermail 2b29 : Wed Apr 27 2005 - 03:30:03 EDT