[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: htaccess
- Subject: [cobalt-users] RE: htaccess
- From: "Nicci" <nicci@xxxxxxxxxxxx>
- Date: Tue Dec 19 11:28:06 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
As far as I can see from what you've described, it's a case of the client
browser having no cached password for the different domain name. It
basically thinks that the different domain name is completely unrelated and
seperate to the other. I don't know of any way which you can get around this
as it's the way the browser works and not the server.
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>