Re: [EMAIL PROTECTED] How to compare cookie value to request URL

2007-11-04 Thread Christian Folini
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

[EMAIL PROTECTED] How to compare cookie value to request URL

2007-10-31 Thread ursula . schwantag
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