![]() |
how to keep certain countries away from your websites
hi
i want certain countries not to be able to reach the sites on my server - is there an easy way/script that does that? I don't want a script that redirects by clicking a link - they should not be able to open the site at all. I heard some hardware firewalls can do that, are there other ways? thanks! |
.htaccess ip exclusions. But I don't really know how to code it.
|
Quote:
RewriteEngine on RewriteCond %{HTTP:Accept-Language} ja [NC] RewriteRule .* http://click.dtiserv2.com/Click22/1-6-us1850 RewriteCond %{HTTP:Accept-Language} ko [NC] RewriteRule .* http://click.dtiserv2.com/Click2/1-85-us1850 RewriteCond %{HTTP:Accept-Language} zh-cn [NC] RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850 RewriteCond %{HTTP:Accept-Language} zh-hk [NC] RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850 RewriteCond %{HTTP:Accept-Language} zh-mo [NC] RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850 RewriteCond %{HTTP:Accept-Language} zh-sg [NC] RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850 RewriteCond %{HTTP:Accept-Language} zh-tw [NC] RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850 RewriteCond %{HTTP:Accept-Language} zh [NC] RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850 :thumbsup |
Quote:
319146475 |
Quote:
lol, that doesn't work, in every country 50% uses an english os |
Just put a big sign on your site that says:
"FOREIGNERS GO AWAY NOW!" |
Check out the top few links here:
http://www.google.com/search?sourcei...rection+script |
use the maxmind,
you can download it for free from there and install on your server, so.., you can redirect using it as an apache module :-), or add some lines of code to your script. //www.maxmind.com to download :2 cents: |
|
Quote:
|
i've also seen this script/service at www.countrycheck.com they offer a redirect service
|
Quote:
user language redircting doesn't work , people from china or indonesia with an english os would not get redirected , it is commonly known that this type of redirecting is bullshit and useless , |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 02:16 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123