[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] htaccess question.
- Subject: [cobalt-users] htaccess question.
- From: Tavis Tso <tavis@xxxxxxxxxx>
- Date: Wed Dec 13 23:06:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Have a web site running on RAQ4.
Is there anyway to setup a .htaccess file so that when people type in
username and password for mydomain.com it also recognizes
www.mydomain.com. I always have people who complain about logging in
twice or three times if the ip address is used. Don't ask me why the
last one is a problem.
so far I just do
AuthName "stuff"
AuthType Basic
AuthUserFile /thepath/.passwd
<Limit GET POST>
require valid-user
</Limit>