View Single Post
Old 05-24-2002, 10:00 AM  
m00d
So Fucking Banned
 
Join Date: May 2002
Location: Parts Unknown
Posts: 3,129
ok 12clicks, answer me this un plz....

Whats wrong with the below syntax. I am trying to block all
non-english web browsers from my site. The below seems to
work but not on IE6.0 for some strange reason...
Can u help?...

RewriteCond %{ENV:HTTP_ACCEPT_LANGUAGE} !^en
RewriteRule .* http://GoAway.com/ [R]


P.S. I must do this in the htaccess or httpd.conf , I can' use java, php, or asp to help me. They won't work for my application.

Thx!
m00d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote