[ad_1]
I am getting install errors when I try to install GeotargetingWP which seems like the best option for this. Any other recommendations? A plug-in that will block people from an entire country does not really work for me in this use case.
[ad_2]
Couldn’t you use .htaccess for that?
`<Location “/your-url”>`
`GeoIPEnable On`
`SetEnvIf GEOIP_COUNTRY_CODE DE BlockCountry`
`deny from env=BlockCountry`
`</Location>`
or something like that, consult internet for the exact code. 😀