First, create an apache passwd file somewhere safe (but apache-readable) in the system, using AuthName "restricted documents on _domain_" AuthType Basic AuthUserFile _location of passwd file_ <Files "_file to protect_"> Require valid-user </Files>
you will also need to add |
apache-password-protect
(/webtricks)
2003-10-31, 13:00
[edit]