Is Mod_geoip enabled on free servers?
Is Mod_geoip enabled on free servers?
From my test on Chopin, no.
My test:
I have a custom 404 File Not Found that works.
In .htaccess I wrap the ErrorDocument declaration thus:
note the '.c' at the end of the module name.Code:<ifModule mod_geoip.c> ErrorDocument 404 /error/404.html </ifModule>
The Error document directive no longer works (it does if I use mod_rewrite.c or anothe mod I know is loaded).
Nothing is always absolutely so.
Oh I see...Do you know any other method to redirect visitors basing on geolocation/ip, which can work on free server(s)?