At 07:01 AM 12/4/2002 -0800, you wrote:
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: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)
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