Anyone here using the GeoIP module here please? Is the part below, for the .HTaccess file, correct ?
GeoIPDBFile /opt/geoip/share/GeoIP/GeoIP.dat
GeoIPDBFile /opt/geoip/share/GeoIP/GeoIP.dat
Make sure that your [B]httpd.conf[/B] file look something like this. GeoIPEnable On GeoIPDBFile /<path for your>/GeoIP.dat SetEnvIf GEOIP_COUNTRY_CODE GB AllowCountry ----------- Add following code in your [B] .htaccess[/B] file under your domain. Deny from all Allow from env=AllowCountry
Make sure that your [B]httpd.conf[/B] file look something like this. GeoIPEnable On GeoIPDBFile /<path for your>/GeoIP.dat SetEnvIf GEOIP_COUNTRY_CODE GB AllowCountry ----------- Add following code in your [B] .htaccess[/B] file under your domain. Deny from all Allow from env=AllowCountry
Comment