Hey Ursula,
On Wed, Oct 31, 2007 at 01:57:07PM -0700, [EMAIL PROTECTED] wrote:
> In the webserver configuration, I need to compare the value of a cookie
> against the request URL.
>
> E.g. on a request for /path/to/files/abc.zip, return the file if the
> cookie contains the file name: MYCOOKIE=a
Hi,
In the webserver configuration, I need to compare the value of a cookie
against the request URL.
E.g. on a request for /path/to/files/abc.zip, return the file if the
cookie contains the file name: MYCOOKIE=abc.zip. Otherwise redirect to a
different page.
With RewriteCond, I can compare th