I don't know much about Apache, but I'll describe what I'm trying to do.
I have a domain that gets traffic from search engines.
Can I do something in Apache to re-direct visitors to another URL based on their country?
I've been looking at this --->
www.maxmind.com , and it says it works with Apache using mod_geoip
I don't want to use PHP, CGI or .htaccess. These visitors are visiting pure .html pages.
These visitors are coming to my domain through lots of different .html pages, I want them to click on the link in the SE and if they're from certain countries that I choose, they will be redirected to a different URL
Is this possible?