> Put the same users in both 'domains', so the user that entered one
> can enter also the second. Or use the 'satisfy' clause in your
> .htaccess
>
<font color=purple> > See the documentation on <a style='text-decoration: underline;' href="http://www.apache.org</font" target="_blank">www.apache.org</font</a>>
Hi
i cant make the satisfy clause work
please help me, i wrote it like this:
Satisfy Any
SetEnvIfNoCase Referer "^http://domain\.com/" good_referer=1
order allow,deny
allow from env=good_referer
AuthName "Authorized Users Only"
AuthType Basic
AuthUserFile /home2/path/.htpasswd
<Limit GET POST>
require valid-user
</Limit>
and it still works fine for the users which is going to enter their
usernames, but the ones coming from another domain, still
has to enter a username and password they dont have...
on the other domain the url they are comming from is
<a style='text-decoration: underline;' href="http://domain.com/members/content" target="_blank">http://domain.com/members/content</a> (which is an alias for the dir
we are trying to enter). now does it have any saying that it is not the full
url i tryped in, and also in same (or most) cases
users will type <a style='text-decoration: underline;' href="http://www." target="_blank">www.</a> in front of the domain, and i maybe they will be using
big letters (though i think thats is no problem, judging by the NoCase part
of SetEnv). anything above AuthName is something i found in an example on
the internet through
google, just cant make it work
thanks for helping out
-Simon<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: virtual path/alias problem :(