[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] .htaccess doesnt do anything
- Subject: [cobalt-users] .htaccess doesnt do anything
- From: "Patrick McNeil" <pmcneil@xxxxxxxxxxxxx>
- Date: Tue Oct 10 07:33:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I am trying to password protect a directory. I made the .htaccess file in
the directory and put the following in it:
# Access file
order allow,deny
allow from all
require valid-user
Authname DirectoryName
Authtype Basic
AuthUserFile /home/sites/sitename/users/username/.htpasswd
this is the exact syntaxt found on the cobalt.com knowledgebase. but it
never prompts for the username/password.
what am i missing?
Patrick