At 07:01 AM 12/4/2002 -0800, you wrote:
It sounds like there is another reason it's denied.  I would check the
following:

Directory permissions (read/execute by all)
file permissions (same)
.htaccess permissions (same)
password.file permissions (same)
Happy day! That works. Now: why doesn't my .htaccess file work? It's as if I hadn't installed it at all. Here's everything again:

I've created a file like this:

htpasswd -c password.file webmaster
htpasswd password.file steve

and now I have this file:

/home/httpd/cgi/client/password.file

Then I go here:

/home/httpd/vhosts/client/Store/maint

and create this file:

.htaccess

with these contents:

AuthUserFile /home/httpd/cgi/client/password.file
AuthName "Please Authenticate"
AuthType Basic
<Limit GET>
require user webmaster steve
</Limit>

TIA,
beno




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to