From a2dfdb29b42ab8ccc7113641e35c4b0c8d8a1020 Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 26 Feb 2022 13:23:37 +0000 Subject: [PATCH] Added the required .htaccess file --- htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 htaccess 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] + +