But without the wild card I would need multiple lines to block
all the Arabic codes right? i.e.:
RehahahahahaCond %{HTTP:Accept-Language} ar-dz [NC]
RehahahahahaRule .*
http://www.yahoo.com
RehahahahahaCond %{HTTP:Accept-Language} ar-bh [NC]
RehahahahahaRule .*
http://www.yahoo.com
RehahahahahaCond %{HTTP:Accept-Language} ar-eg [NC]
RehahahahahaRule .*
http://www.yahoo.com
RehahahahahaCond %{HTTP:Accept-Language} ar-iq [NC]
I would like to block all browsers that have ar followed by anything. So if not a *, what would I use?
Thx!