[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] htaccess question
- Subject: [cobalt-users] htaccess question
- From: PowerClicks <david@xxxxxxxxxxxxxxx>
- Date: Sat May 13 14:58:44 2000
Hello,
I have a .htaccess question that I have never been able to find a solution
to:
We have two sites with protected directories. Each sites has its own
password list and an .htaccess file in the protected dir which looks
something like this:
AuthType Basic
AuthName "Members Area"
AuthUserFile /home/sites/www.site1.com/passfile1
<Limit GET POST PUT>
require valid-user
</Limit>
I would like to be able to link to some files located in the site1 protected
dir, form the site2 protected dir.
So basically on top of accepting all passfile1 valid-users, I would like
site1 to accept all requests coming from site2.
Is this possible? How? :)
Thanks,
David