Apache Mod_geoip

Status
Not open for further replies.

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
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:

Code:
<ifModule mod_geoip.c>

ErrorDocument 404 /error/404.html

</ifModule>

note the '.c' at the end of the module name.

The Error document directive no longer works (it does if I use mod_rewrite.c or anothe mod I know is loaded).
 

ntsite

Member
Messages
135
Reaction score
1
Points
18
Oh I see...Do you know any other method to redirect visitors basing on geolocation/ip, which can work on free server(s)?
 
Status
Not open for further replies.
Top