• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Google stuff

my stupid ISP routes every google to www.google.co.il which is really annoying. i have to use the "g what every i want to search" string in opera. while i do use it a lot and i love the feature, sometimes i do want the english google site.

anywho, they all look the same to me.
 
Originally posted by: ForumMaster
my stupid ISP routes every google to www.google.co.il which is really annoying. i have to use the "g what every i want to search" string in opera. while i do use it a lot and i love the feature, sometimes i do want the english google site.

anywho, they all look the same to me.

Did you try www.l.google.com ? Is it their DNS or something?
 
Originally posted by: ForumMaster
my stupid ISP routes every google to www.google.co.il which is really annoying. i have to use the "g what every i want to search" string in opera. while i do use it a lot and i love the feature, sometimes i do want the english google site.

anywho, they all look the same to me.
How about google.com/ncr?
 
Norton Internet Security threw up an alert on that last link. See explanation below.
HTTP Apache Redundant Slashes DoS

On versions of Apache prior to 1.2.5, the overhead involved in removing redundant slashes grows exponentially in relation to the number of slashes -- O(n^2). You would not have to strip a single slash, but if two slashes appeared together, you would have to strip one of them. If there were three, you would remove two, but it would take twice as long. If there were eleven, you would have to remove ten, and it would take 1024 times as long. If an attacker sends enough requests with redundant slashes, the attacker could keep all Apache processes busy removing redundant slashes and this would effectively halt system performance and Web service.


Affected:

Apache Software Foundation Apache 0.8.11, 0.8.14, 1.0, 1.0.2, 1.0.3, 1.0.5, 1.1, 1.1.1, 1.2
 
That's how load balancing works...nothing to see here. The were kind enough to strip the extra "/" off for you to get a correct URL.
 
gaaa!

This is what load balancers do. You think you are actually connecting to google servers? No, you aren't. You are redirected via DNA and HTTP to servers that best suit your location.

What one user sees is not the same as another.
 
Back
Top