If I want to redirect all Arabic Language Browsers would the following work:
RehahahahahaCond %{HTTP:Accept-Language} ar* [NC]
RehahahahahaRule .*
http://www.yahoo.com
My question is about the "ar*" , is that correct?
I would like to avoid having multiple lines for: ar-dz, ar-bh, etc...
So I am guessing putting a * is a wildcard?
Thx!