We basically have 2 sites ( Java /JSP / Apache Webserver) : something.ca & something.com
The .ca is canadian content, and the .com is american content.
We need users to be redirected based on the ip addreess. We want US users to get the .com site and Canadian users get the .ca site.
What is the best way to do this (at a webserver level or otherwise ) ?
Please elaborate.