Forum Moderators: phranque
SetEnvIfNoCase User-Agent "^Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8" bad_bots
That is the exact user agent, but it doesn't match this rule. Do I have to escape out any characters, or anything like that, to make this work?
SetEnvIfNoCase User-Agent "^Mozilla/5\.0\ \(Windows;\ U;\ Windows\ NT\ 6\.0;\ de;\ rv:1\.8\.1\.8\)\ Gecko/20071008\ Firefox/2\.0\.0\.8" bad_bots
Jim