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

[cobalt-users] htaccess question.



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>