Code: Select all
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)
i just checked and the mentioned "BrowserMatch" is the same as writing "SetEnvIf User-Agent"
there's also SetEnvIfNoCase and BrowserMatchNoCase for case-insensitivity
(maybe it's "GameBox" so you could try those)
right now i don't know why your two-rules example doesn't work but you should be able to simply name both environment variables (what i called "filter name") the same and only write a single Deny
p.s. using proper
Code: Select all
tags makes it easier to read your posts ^^