[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] htaccess allow only from url
- Subject: Re: [cobalt-users] htaccess allow only from url
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Mon Sep 11 10:47:44 2000
on 9/10/00 8:47 PM, hirsh -e-skwirtz at hirsheskwirtz@xxxxxxxxxxx wrote:
> hello everybody...
>
> i need to protect a dir as to allow access from only one page on a different
> url.
>
> nothing i have tried works i keep getting server error
>
> my latest attempt
> <Limit GET>
> order deny,allow
> deny from all
> allow from my page on other url
> </Limit>
I don't think that you can do this. The "allow from" is in regards to the
*client's* hostname, not the *referring* hostname/url.
-k