The following reply was made to PR mod_rewrite/5147; it has been noted by GNATS.
From: "Ralf S. Engelschall" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_rewrite/5147: Matching "on" with !="on" succeeds when it should fail Date: Wed, 27 Oct 1999 11:14:59 +0200 In article <[EMAIL PROTECTED]> you wrote: >>Synopsis: Matching "on" with !="on" succeeds when it should fail > > [...] > RewriteCond %{ENV:HTTPS} !="on" The correct syntax is: RewriteCond %{ENV:HTTPS} !=on i.e. without the quotation marks! Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com