我有一个网站,我不想被整个国家看到.该网站在LAMP服务器上运行.我怎样才能做到这一点?
使用mod_geoip模块.
http://www.maxmind.com/app/mod_geoip
原文链接:https://www.f2er.com/php/139124.htmlhttp://www.maxmind.com/app/mod_geoip
例如:
GeoIPEnable On GeoIPDBFile /path/to/GeoIP.dat SetEnvIf GEOIP_COUNTRY_CODE CN BlockCountry SetEnvIf GEOIP_COUNTRY_CODE RU BlockCountry # ... place more countries here Deny from env=BlockCountry