- Oct 8, 2008
- 2,541
- 763
I am trying to block all countries expect two. But now it blocks all of them
Code:
# Redirect
Redirect 301 / www.hello.com
# RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(TH|SE)$
RewriteRule ^(.*)$ http://www.google.com$1 [L]