我试图阻止除两个国家之外的所有国家。但现在它阻止了所有的国家#RedirectRedirect 301 / www.hello.com#RewriteEngine onRewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(TH|SE)$RewriteRule ^(.*)$ http://www.google.com$1 [L]