6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
|
|
RewriteEngine On
|
||
|
|
RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^RU$
|
||
|
|
RewriteRule ^(.*)$ http://www.google.co.uk [L]
|
||
|
|
|
||
|
|
|