[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] .htaccess doesn't prompt for password on RAQ 4
- Subject: [cobalt-developers] .htaccess doesn't prompt for password on RAQ 4
- From: "Nigel Willis" <nigel@xxxxxxxxxxx>
- Date: Wed Feb 7 19:45:57 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi,
I've just bought a RAQ 4 and I can't get the .htaccess file to work. It
just lets everyone in without prompting for a p/word.
The file looks like this:
AuthUserFile /home/sites/site2/web/directory/.htpasswd
AuthGroupFile /dev/null
Authname Web Site
Authtype Basic
<Limit GET POST>
require valid-user
</Limit>
and there is a corresponding password file. I created the file via telnet
and pico.
I've tried all kinds of .htaccess file including:
# Access file
order allow,deny
allow from all
require valid-user
AuthUserFile /home/sites/site2/web/directory/.htpasswd
AuthName Somewhere Neat
AuthType Basic
as suggested by other postings, but still the server just displays the pages
with no password prompt!
Please help - so I can get a decent nights sleep!!
Thanks,
Nigel.