On 6/9/06, Proniewski Patrick <[EMAIL PROTECTED]> wrote:
Hello,

I'm looking for a way to create SetEnvIf/BrowserMatch rules that use
"negative" regex. Usually the "!" is used, but after trying many
things, I can't find any working solution.
How can I do for example to define an env. variable for client _not_
using Firefox ?

# will not work...
BrowserMatch !Firefox not_fx

There is no direct support for this, but you can often reverse the
logic and cause the regex to unset and env variable instead and then
use the lack of the variable as a trigger for whatever you were trying
to do.  You didn't provide enough details to give specific help.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to