- @reboot cron not working
- csf.deny IP format
- Help opening after Custombuild (da build all)
- "You do not own that domain"
- Unlock Innovation with Award-Winning iOS App Development in Perth
- Wildcard SSL cert for fourth level subdomain
- 550 authentication required - email bounce
- Custombuild 404 issues
- cPanel-to-DirectAdmin conversion tool
- Let's Encrypt Certificate name mismatch
Hi,i have reseller hosting and i have enabled a domain with mod_geoip module v 1.1.1 when phpinfo i see module is working and loaded.
i have also GeoIP.dat file
does nothing anyone knows the fix? i want block countrys by using .htaccess with geoip dbCode:
<IfModule mod_geoip.c> GeoIPEnable On GeoIPDBFile /home/useamefromdomain/domains/domainname.nl/public_html/GeoIP.dat </IfModule> SetEnvIf GEOIP_COUNTRY_CODE CN BlockCountry SetEnvIf GEOIP_COUNTRY_CODE RU BlockCountry SetEnvIf GEOIP_COUNTRY_CODE NL BlockCountry Deny from env=BlockCountry

