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 the cookie value to a static value or a regular expression, but not to another variable. Is there any way to do that? Any help is appreciated, thanks, Ursula