[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RE: htaccess



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>