in reply to .htaccess file
AuthName "this is neat" AuthType Basic AuthUserFile /usr/www/users/tstock/.htpasswd <Limit GET POST> require valid-user </Limit>Note the AuthUserFile points to a .htpasswd, not .htaccess, and that the path is a file path, not a URL.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: .htaccess file
by schmoe (Beadle) on Sep 13, 2002 at 01:18 UTC |