valentin_cm
02-14-2007, 09:09 AM
Hi,
I'm trying to work out a method to redirect users of my website depending on their global location (IP Ranges).
I think it can be done using this mod:
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
But can't understand much of it:o
What exactly I want to do is this:
If the user visits http://www.mywebsite.com and he is from Australia, the pages that are loaded should come from http://www.mywebsite.com/au but the displayed address should stay http://www.mywebsite.com
Example: User from UK visits http://www.mywebsite.com/page.htm, he'll see that address but the content will be loaded from http://www.mywebsite.com/uk/page.htm .
If all this makes some sense and you could give some advice, please do, I'd appreciate that :D .
Thanks
I'm trying to work out a method to redirect users of my website depending on their global location (IP Ranges).
I think it can be done using this mod:
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
But can't understand much of it:o
What exactly I want to do is this:
If the user visits http://www.mywebsite.com and he is from Australia, the pages that are loaded should come from http://www.mywebsite.com/au but the displayed address should stay http://www.mywebsite.com
Example: User from UK visits http://www.mywebsite.com/page.htm, he'll see that address but the content will be loaded from http://www.mywebsite.com/uk/page.htm .
If all this makes some sense and you could give some advice, please do, I'd appreciate that :D .
Thanks