diff --git a/htaccess b/htaccess new file mode 100644 index 0000000..3bae782 --- /dev/null +++ b/htaccess @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^RU$ +RewriteRule ^(.*)$ http://www.google.co.uk [L] + +