Website location configuration

Dear Sir,

I want to configure my website in such a way that, if some one browse by site from USA it should display a different page e.g domain.com/usa1.html.Similarly when someone browse it from U.K it should display domain.com/uk1.html

This is the features used by google.com .

Please let me know in details abt configuring my website in the above manner.

I am using RHEL-3 apache server.

Luv

Mit

Take a look at GeoIP.

if you wanne solve this with php:
http://www.maxmind.com/app/php
http://pear.php.net/package/Net_GeoIP/
http://www.maxmind.com/download/geoip/api/php/README

There is also an apache module:
http://www.maxmind.com/app/mod_geoip

Cheers, avaurus.