It bothers me that, when I type in certain URLs, I am automatically sent to a different site. For example, when I type google.com I wind up at google.ca. The same thing happens when I type or click on http://movies.yahoo.com/. I wind up at Yahoo Movies Canada.
It bothers me for two reasons.
- My choice has been taken away
- I actually prefer being at the core site if for no other reason that then I am assured to get a non-Canadian (and hence more universal or at least less parochial) perspective on whatever it is I’m looking for
My question is this:
Who is responsible for this usurpation of the URL. Is it my ISP’s doing or is it the result of the target site automatically redirecting me to its country-specific sub-site when it determines where I’m from?
I suppose a second question is whether there’s any way around this.
The person responsible is the operator of the website (Yahoo and Google in these cases) who guess from your IP address that you are located in Canada, and send a redirect to their Canada-specific site.
is there any way to stop it? Sometimes I go to what I think is an innocent site only to be redirected to a sex site. Will turning off java, javascript do, or there a browser that will ask first?
The redirection by Google is just their way of managing load; if it comes from a Canadian address, then it gets sent to the Canadian servers. I doubt there is any difference in content.
For the porn sites, there are two options: if this happens occasionally, they are probably “typo” sites – a lot of porn sites use names that are close to legit sites (e.g., htomail.com ), figuring that they’d get traffic from people who misstype. The only solution is to make sure everything is typed correctly.
If you consistenly go to porn sites and you know you haven’t misstyped, it’s the sign of a browser hijacker. Search for Ad-Aware or Spybot S&D and download, install, update, and run the software.
The javascript redirect “document.location.href = http…” can be stopped by turning off javascript, if that is possible in your browser. Turning off java, activex should also help.
Where Google is concerned, I am pretty sure you will get exactly the same search results whether it’s google.com or google.ca or (here) google.com.hk. But the paid -for advertising that appears on the side of the screen will be tailored for the local audience. Some sites (like the Financial Times) seem to direct you to a regional page in a misguided attempt to be relevant or useful, but you can go to the real central home page with a click of the mouse.
What about the <meta http-equiv=“Refresh” content=“0;URL=blahblahblah”> redirect? Is there anyway of avoiding that?
Grim