Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10-20-2009, 03:00 PM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
ISP redirect to their web search page on 404

Hi,

My ISP (Suddenlink) redirects all 404 (if not others) to their
'Suggested web sites" page. They have an opt out preference page
which will not work. 'Customer service' will only say that I should
'opt out' and cannot explain why that option is not working for me.
Is there a way to stop this from within IE8?
Thank you
Jeff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 10-20-2009, 03:00 PM
  #2 (permalink)  
Old 10-20-2009, 04:00 PM
VanguardLH
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Jeff Higgins wrote:

> My ISP (Suddenlink) redirects all 404 (if not others) to their
> 'Suggested web sites" page. They have an opt out preference page
> which will not work. 'Customer service' will only say that I should
> 'opt out' and cannot explain why that option is not working for me.
> Is there a way to stop this from within IE8?


If you use your ISP's DNS server, and if their DNS server is configured
to never fail on a lookup but instead redirect to their "suggested
sites" page then you're screwed. Comcast did the same thing but they
provided an opt-out process (which usually took under 4 hours to
complete). Verisign tried the same fiasco many years ago with their
stranglehold over the .com top-level domains (but there were so many
complaints that they quit, threatened to return, but never did). It
appears your ISP intends to let their customers opt-out of the redirect
page for DNS lookup failures. How long have you waited for it to get
updated for your account? Did you change your cable modem after opting
out? Have you asked for someone higher up than the first-level
script-reading near-boob tech that answers when you call your ISP's tech
support line? You'll need to push to get your ticket escalated beyond
the idiot that first answers their support calls.

OpenDNS is an alternate DNS service you could use. Configure your
TCP/IP settings to use it instead of your ISP's (i.e., switch from
dynamically assigning your ISP's DNS server to specifying to use
OpenDNS' DNS server). However, OpenDNS also has their redirect service
for DNS lookups that would otherwise fail. You must open an account
with OpenDNS, keep your current WAN-side IP address updated in your
account (which requires you install an IP updater client on your host),
and disable their redirect service (Typo Correction). They need to know
your current IP address so they know what account's settings to apply
when they get a connection to their DNS server. Alas, when you disable
their redirect service, they disable many features in a free account
(i.e., they really want to generate revenue from that Google search on
their redirect page). If you use OpenDNS without an account, you get
stuck with their DNS redirection. If you use OpenDNS with an account
(and an IP updater client to keep your current dynamic IP address
recorded in your OpenDNS account), you can disable the Typo Correction
feature but will lose lots of other features of having an account (if
you even care about them).

There are probably other public DNS services (some free) that you could
use that might not implement a DNS redirection "service". Happy
hunting.

http://www.google.com/search?q=%2Bdns+lookup+%2Bfree
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 10-20-2009, 05:00 PM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

VanguardLH wrote:
> Jeff Higgins wrote:


>> My ISP (Suddenlink) redirects all 404 (if not others) to their
>> 'Suggested web sites" page.


> ... then you're screwed. ...


Hey buddy, can you spare a dime?
Tip jars.
Virtual panhandlers.
Shrug.

It's been several days since I declined the 'help'.
I reckon I'll attempt to escalate ...
Another day, another ****ed ...

> ... Happy hunting. ...


Grateful thanks for the lucid discussion on
alternative DNS servers, I've some reading to do.

> http://www.google.com/search?q=%2Bdns+lookup+%2Bfree


Appreciative
Jeff Higgins

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 10-21-2009, 03:50 AM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404


"Jeff Higgins" <oohiggins******.com> wrote in message
news:hblb6u$qd1$1@news.eternal-september.org...
> Hi,
>
> My ISP (Suddenlink) redirects all 404 (if not others) to their
> 'Suggested web sites" page. They have an opt out preference page
> which will not work. 'Customer service' will only say that I should
> 'opt out' and cannot explain why that option is not working for me.
> Is there a way to stop this from within IE8?
> Thank you
> Jeff


When you say "404" do you mean sites that don't exist (which is what
VanguardLH's reply is all about), or do you actually mean a real 404
response from a server (where the site exists, but the page requested
doesn't).

In the latter case, this would indicate that your ISP is forcing all HTTP
requests via a proxy and is intercepting the HTTP 404 response code to
display the suggested sites. Vanguard's information won't help in this
case - you'll need to find a way to get around that proxy.

A quick search on Google for Suddenlink and suggested sites brings up a few
posts on various forums from people stating they'd already changed DNS
servers and it makes no difference, which suggests that they are using an
HTTP proxy and intercepting response codes - personally I'd switch ISP, but
if that's not an option then you could look at finding (either free or
subscription based) an SSL proxy somewhere outside of your ISP that you can
make all your browser requests through - the SSL encryption will mean that
your ISP can't intercept any specific response codes because they won't be
able to decrypt the data.

--
Dan

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 10-21-2009, 07:20 AM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Dan wrote:
>
> "Jeff Higgins" <oohiggins******.com> wrote in message
> news:hblb6u$qd1$1@news.eternal-september.org...
>> Hi,
>>
>> My ISP (Suddenlink) redirects all 404 (if not others) to their
>> 'Suggested web sites" page. They have an opt out preference page
>> which will not work. 'Customer service' will only say that I should
>> 'opt out' and cannot explain why that option is not working for me.
>> Is there a way to stop this from within IE8?
>> Thank you
>> Jeff

>
> When you say "404" do you mean sites that don't exist (which is what
> VanguardLH's reply is all about), or do you actually mean a real 404
> response from a server (where the site exists, but the page requested
> doesn't).


Well..
The prompt for this post was:
<http://www.qanyon.com/TechZone/TechZoneTranscoder>.

If I type this into the address bar or attempt to follow
a link to this address I get Suddenlink 'suggested sites'.

If I type <http://www.qanyon.com/TechZone/>
I go to someone offering to sell the site.

If I type <http://bzz> I get
res://ieframe.dll/dnserror.htm#http://bzz/>

If I type <http://bzz.com/> I go to <http://www.bzzagent.com/>
??? :) (chuckles) where in the world did that come from?

So I guess my knowledge of the HTTP is lacking.

I enjoy learning and studying, I really do.
But this whole subject is not one that I would have
picked to engage.

Anyway..

>
> In the latter case, this would indicate that your ISP is forcing all
> HTTP requests via a proxy and is intercepting the HTTP 404 response code
> to display the suggested sites. Vanguard's information won't help in
> this case - you'll need to find a way to get around that proxy.
>
> A quick search on Google for Suddenlink and suggested sites brings up a
> few posts on various forums from people stating they'd already changed
> DNS servers and it makes no difference, which suggests that they are
> using an HTTP proxy and intercepting response codes - personally I'd
> switch ISP, but if that's not an option then you could look at finding
> (either free or subscription based) an SSL proxy somewhere outside of
> your ISP that you can make all your browser requests through - the SSL
> encryption will mean that your ISP can't intercept any specific response
> codes because they won't be able to decrypt the data.
>


Well, some more reading.
Switching ISPs is certainly an option, but one that would require some
careful thought. (an alternative may present the same problem) In the
grand scheme this is a very minor annoyance, but cumlative. I'm very
grateful for the additional information. I'll do the follow-up reading,
begin hammering on 'Customer Service', etc. I'm hopeful I can make it
stop, now armed with a clearer idea of the situation, Thanks.

Appreciative
Jeff Higgins

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 10-21-2009, 07:30 AM
Tom Willett
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404


"Jeff Higgins" <oohiggins******.com> wrote in message
news:hbn51g$c34$1@news.eternal-september.org...
: Dan wrote:
: >
: > "Jeff Higgins" <oohiggins******.com> wrote in message
: > news:hblb6u$qd1$1@news.eternal-september.org...
: >> Hi,
: >>
: >> My ISP (Suddenlink) redirects all 404 (if not others) to their
: >> 'Suggested web sites" page. They have an opt out preference page
: >> which will not work. 'Customer service' will only say that I should
: >> 'opt out' and cannot explain why that option is not working for me.
: >> Is there a way to stop this from within IE8?
: >> Thank you
: >> Jeff
: >
: > When you say "404" do you mean sites that don't exist (which is what
: > VanguardLH's reply is all about), or do you actually mean a real 404
: > response from a server (where the site exists, but the page requested
: > doesn't).
:
: Well..
: The prompt for this post was:
: <http://www.qanyon.com/TechZone/TechZoneTranscoder>.
:
: If I type this into the address bar or attempt to follow
: a link to this address I get Suddenlink 'suggested sites'.
:
: If I type <http://www.qanyon.com/TechZone/>
: I go to someone offering to sell the site.
:
: If I type <http://bzz> I get
: res://ieframe.dll/dnserror.htm#http://bzz/>
:
: If I type <http://bzz.com/> I go to <http://www.bzzagent.com/>
: ??? :) (chuckles) where in the world did that come from?
:
: So I guess my knowledge of the HTTP is lacking.
:
: I enjoy learning and studying, I really do.
: But this whole subject is not one that I would have
: picked to engage.
:
: Anyway..

It happens in any browser, not just IE. It's something your ISP or the web
site owners or someone else has done, perhaps on a dns record level.

There is nothing *you* can do about it, unless you can figure out the opt
out. It's not a browser issue.
:
: >
: > In the latter case, this would indicate that your ISP is forcing all
: > HTTP requests via a proxy and is intercepting the HTTP 404 response code
: > to display the suggested sites. Vanguard's information won't help in
: > this case - you'll need to find a way to get around that proxy.
: >
: > A quick search on Google for Suddenlink and suggested sites brings up a
: > few posts on various forums from people stating they'd already changed
: > DNS servers and it makes no difference, which suggests that they are
: > using an HTTP proxy and intercepting response codes - personally I'd
: > switch ISP, but if that's not an option then you could look at finding
: > (either free or subscription based) an SSL proxy somewhere outside of
: > your ISP that you can make all your browser requests through - the SSL
: > encryption will mean that your ISP can't intercept any specific response
: > codes because they won't be able to decrypt the data.
: >
:
: Well, some more reading.
: Switching ISPs is certainly an option, but one that would require some
: careful thought. (an alternative may present the same problem) In the
: grand scheme this is a very minor annoyance, but cumlative. I'm very
: grateful for the additional information. I'll do the follow-up reading,
: begin hammering on 'Customer Service', etc. I'm hopeful I can make it
: stop, now armed with a clearer idea of the situation, Thanks.
:
: Appreciative
: Jeff Higgins
:


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 10-21-2009, 07:40 AM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404


"Jeff Higgins" <oohiggins******.com> wrote in message
news:hbn51g$c34$1@news.eternal-september.org...
> Dan wrote:
>>
>> "Jeff Higgins" <oohiggins******.com> wrote in message
>> news:hblb6u$qd1$1@news.eternal-september.org...
>>> Hi,
>>>
>>> My ISP (Suddenlink) redirects all 404 (if not others) to their
>>> 'Suggested web sites" page. They have an opt out preference page
>>> which will not work. 'Customer service' will only say that I should
>>> 'opt out' and cannot explain why that option is not working for me.
>>> Is there a way to stop this from within IE8?
>>> Thank you
>>> Jeff

>>
>> When you say "404" do you mean sites that don't exist (which is what
>> VanguardLH's reply is all about), or do you actually mean a real 404
>> response from a server (where the site exists, but the page requested
>> doesn't).

>
> Well..
> The prompt for this post was:
> <http://www.qanyon.com/TechZone/TechZoneTranscoder>.
>
> If I type this into the address bar or attempt to follow
> a link to this address I get Suddenlink 'suggested sites'.


I get an advert for someone selling the domain and a prompt to install the
Office Data Provider for WBEM, which is odd. Looking at the HTTP traffic in
Fiddler2 I can see that it is a 404 response, with the HTML content set to
the advert for the domain.

> If I type <http://www.qanyon.com/TechZone/>
> I go to someone offering to sell the site.


I get the same, same as above.

> If I type <http://bzz> I get
> res://ieframe.dll/dnserror.htm#http://bzz/>


This is normal for a non-existent domain

> If I type <http://bzz.com/> I go to <http://www.bzzagent.com/>
> ??? :) (chuckles) where in the world did that come from?


Sounds like it redirects, pretty normal.

> So I guess my knowledge of the HTTP is lacking.
>
> I enjoy learning and studying, I really do.
> But this whole subject is not one that I would have
> picked to engage.
>
> Anyway..
>
>>
>> In the latter case, this would indicate that your ISP is forcing all HTTP
>> requests via a proxy and is intercepting the HTTP 404 response code to
>> display the suggested sites. Vanguard's information won't help in this
>> case - you'll need to find a way to get around that proxy.
>>
>> A quick search on Google for Suddenlink and suggested sites brings up a
>> few posts on various forums from people stating they'd already changed
>> DNS servers and it makes no difference, which suggests that they are
>> using an HTTP proxy and intercepting response codes - personally I'd
>> switch ISP, but if that's not an option then you could look at finding
>> (either free or subscription based) an SSL proxy somewhere outside of
>> your ISP that you can make all your browser requests through - the SSL
>> encryption will mean that your ISP can't intercept any specific response
>> codes because they won't be able to decrypt the data.
>>

>
> Well, some more reading.
> Switching ISPs is certainly an option, but one that would require some
> careful thought. (an alternative may present the same problem) In the
> grand scheme this is a very minor annoyance, but cumlative. I'm very
> grateful for the additional information. I'll do the follow-up reading,
> begin hammering on 'Customer Service', etc. I'm hopeful I can make it
> stop, now armed with a clearer idea of the situation, Thanks.


Given what I can see for those URLs above I would suspect that your ISP is
indeed proxying all connections and injecting it's suggested sites page when
there is a 404 HTTP response code. Changing your DNS won't make any
difference, you need to get this disabled by your ISP or, as I suggested
before, find a secured proxy you can use so they can't intercept responses.

--
Dan

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 10-21-2009, 07:40 AM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404


"Dan" <news@worldofspack.com> wrote in message
news:O1yi4slUKHA.4780@TK2MSFTNGP05.phx.gbl...
>
> Given what I can see for those URLs above I would suspect that your ISP is
> indeed proxying all connections and injecting it's suggested sites page
> when there is a 404 HTTP response code. Changing your DNS won't make any
> difference, you need to get this disabled by your ISP or, as I suggested
> before, find a secured proxy you can use so they can't intercept
> responses.
>


Sorry, one other thing came to mind - the possibility that your browser is
hosting a plugin from your ISP that is handling this, in which case there is
something you can do about it.

If you start up IE in "no add-ons" mode does it still happen?

--
Dan

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 10-21-2009, 08:10 AM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Dan wrote:
> Given what I can see for those URLs above I would suspect that your ISP
> is indeed proxying all connections and injecting it's suggested sites
> page when there is a 404 HTTP response code. Changing your DNS won't
> make any difference, you need to get this disabled by your ISP or, as I
> suggested before, find a secured proxy you can use so they can't
> intercept responses.
>

Thanks for the follow-up Dan.
I'll attempt another go with SL. Hopefully I've neglected to follow
precisely a procedure or what-not, and this will have become a non-issue.
If it comes to it, I may transcribe some of this discussion.
Either way I'll post back with the outcome.

I appreciate your time,
Thanks.
JH

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 10-21-2009, 08:40 AM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Dan wrote:
>
> "Dan" <news@worldofspack.com> wrote in message
> news:O1yi4slUKHA.4780@TK2MSFTNGP05.phx.gbl...
>>
>> Given what I can see for those URLs above I would suspect that your
>> ISP is indeed proxying all connections and injecting it's suggested
>> sites page when there is a 404 HTTP response code. Changing your DNS
>> won't make any difference, you need to get this disabled by your ISP
>> or, as I suggested before, find a secured proxy you can use so they
>> can't intercept responses.
>>

>
> Sorry, one other thing came to mind - the possibility that your browser
> is hosting a plugin from your ISP that is handling this, in which case
> there is something you can do about it.
>
> If you start up IE in "no add-ons" mode does it still happen?
>


run -> iexplore –extoff -> still goes to SL
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 10-21-2009, 09:00 AM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Dan wrote:
>
> "Jeff Higgins" <oohiggins******.com> wrote in message
> news:hbn51g$c34$1@news.eternal-september.org...
>> Dan wrote:
>>>
>>> "Jeff Higgins" <oohiggins******.com> wrote in message
>>> news:hblb6u$qd1$1@news.eternal-september.org...
>>>> Hi,
>>>>
>>>> My ISP (Suddenlink) redirects all 404 (if not others) to their
>>>> 'Suggested web sites" page. They have an opt out preference page
>>>> which will not work. 'Customer service' will only say that I should
>>>> 'opt out' and cannot explain why that option is not working for me.
>>>> Is there a way to stop this from within IE8?
>>>> Thank you
>>>> Jeff
>>>
>>> When you say "404" do you mean sites that don't exist (which is what
>>> VanguardLH's reply is all about), or do you actually mean a real 404
>>> response from a server (where the site exists, but the page requested
>>> doesn't).

>>
>> Well..
>> The prompt for this post was:
>> <http://www.qanyon.com/TechZone/TechZoneTranscoder>.
>>
>> If I type this into the address bar or attempt to follow
>> a link to this address I get Suddenlink 'suggested sites'.

>
> I get an advert for someone selling the domain and a prompt to install
> the Office Data Provider for WBEM, which is odd. Looking at the HTTP
> traffic in Fiddler2 I can see that it is a 404 response, with the HTML
> content set to the advert for the domain.
>
>> If I type <http://www.qanyon.com/TechZone/>
>> I go to someone offering to sell the site.

>
> I get the same, same as above.
>
>> If I type <http://bzz> I get
>> res://ieframe.dll/dnserror.htm#http://bzz/>

>
> This is normal for a non-existent domain
>
>> If I type <http://bzz.com/> I go to <http://www.bzzagent.com/>
>> ??? :) (chuckles) where in the world did that come from?

>
> Sounds like it redirects, pretty normal.
>
>> So I guess my knowledge of the HTTP is lacking.
>>
>> I enjoy learning and studying, I really do.
>> But this whole subject is not one that I would have
>> picked to engage.
>>
>> Anyway..
>>
>>>
>>> In the latter case, this would indicate that your ISP is forcing all
>>> HTTP requests via a proxy and is intercepting the HTTP 404 response
>>> code to display the suggested sites. Vanguard's information won't
>>> help in this case - you'll need to find a way to get around that proxy.
>>>
>>> A quick search on Google for Suddenlink and suggested sites brings up
>>> a few posts on various forums from people stating they'd already
>>> changed DNS servers and it makes no difference, which suggests that
>>> they are using an HTTP proxy and intercepting response codes -
>>> personally I'd switch ISP, but if that's not an option then you could
>>> look at finding (either free or subscription based) an SSL proxy
>>> somewhere outside of your ISP that you can make all your browser
>>> requests through - the SSL encryption will mean that your ISP can't
>>> intercept any specific response codes because they won't be able to
>>> decrypt the data.
>>>

>>
>> Well, some more reading.
>> Switching ISPs is certainly an option, but one that would require some
>> careful thought. (an alternative may present the same problem) In the
>> grand scheme this is a very minor annoyance, but cumlative. I'm very
>> grateful for the additional information. I'll do the follow-up
>> reading, begin hammering on 'Customer Service', etc. I'm hopeful I
>> can make it stop, now armed with a clearer idea of the situation, Thanks.

>
> Given what I can see for those URLs above I would suspect that your ISP
> is indeed proxying all connections and injecting it's suggested sites
> page when there is a 404 HTTP response code. Changing your DNS won't
> make any difference, you need to get this disabled by your ISP or, as I
> suggested before, find a secured proxy you can use so they can't
> intercept responses.
>

Just out of curiosity: Do you suspect there might TOS conflict issues with
the above mentioned alternative DNS server, alternative secured proxy, etc?
I'll try to find SL's TOS page. Geez. :-)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 10-21-2009, 09:30 AM
VanguardLH
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Jeff Higgins wrote:
>
> <http://www.qanyon.com/TechZone/TechZoneTranscoder>.
> If I type this into the address bar or attempt to follow
> a link to this address I get Suddenlink 'suggested sites'.
>
> If I type <http://www.qanyon.com/TechZone/>
> I go to someone offering to sell the site.


In either of those cases, or when just entering the domain, I see the
squatter that paid for the expired domain -- and a squatter who first
shows the "for sale" page but they redirect to another "site of the
moment" using scripts within 2x2 iframes which, at the time I checked,
had me redirected to an India pharmacy site (http://bestgenericpharm
..com/). One of the cells in their table says, "The owners of the domain
name qanyon.com are accepting offers from interested parties willing to
obtain ownership rights over the domain name." Yep, a domain squatter.
These are the assholes that make difficult the finding of decent domain
names without gouging over the cost of what a registrar would charge.
IANA doesn't seem to care about squatting. Registrars don't care
because they still get paid their domain registration fee.

Of course, I'm not using Suddenlink as my ISP. Maybe Suddenlink
considers this squatter's site as a phishing site. If that were true,
however, Suddenlink should show something of why they redirected you for
your own good.

> If I type <http://bzz> I get
> res://ieframe.dll/dnserror.htm#http://bzz/>
>
> If I type <http://bzz.com/> I go to <http://www.bzzagent.com/>
> ??? :) (chuckles) where in the world did that come from?


I see the following if I use SamSpade to view the raw source of the
bzz.com site:

10/21/09 11:02:56 Browsing http://bzz.com/
Fetching http://bzz.com/ ...
GET / HTTP/1.1

Host: bzz.com
Connection: close
User-Agent: Sam Spade 1.14

HTTP/1.1 301 Moved Permanently
Connection: close
Date: Wed, 21 Oct 2009 16:02:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: http://www.bzzagent.com
Cache-Control: private
Content-Length: 0

So it appears the redirect occurs at the web server to which you
connect, not by anything your ISP is doing. The domain registrant is
BzzAgent for both bzz.com and bzzagent.com. They aren't using bzz.com
anymore so they have their web server on the bzz.com domain immediately
transfer you to the web server on the bzzagent.com domain (it's probably
the same web server but just a different domain). They "Moved
Permanently" from bzz.com to bzzagent.com. Nothing to do with your web
browser or anything your ISP is doing with perhaps their interfering
"suggested sites" service. The redirect is something the bzz.com's web
server is doing. You visited the door marked bzz.com but THEY slid you
over to the door marked bzzagent.com.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 10-21-2009, 10:00 AM
Jeff Higgins
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

VanguardLH wrote:
> Yep, a domain squatter.

Virtual panhandler with sanctioned muscle.

> You visited the door marked bzz.com but THEY slid you
> over to the door marked bzzagent.com.


Ah. I think I'm getting it.
<http://bzz> IE considers malformed and refuses to even post a request.
bzz = first random noise to come to my mind.

I just wish that IE would just say "Malformed URL" or
"Status: 404 Not Found" or some such, instead of the truly
uninformative <res://ieframe.dll/dnserror.htm#http://bzz/>.

Thanks,
JH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 10-21-2009, 10:30 AM
VanguardLH
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404

Jeff Higgins wrote:

> I just wish that IE would just say "Malformed URL" or
> "Status: 404 Not Found" or some such, instead of the truly
> uninformative <res://ieframe.dll/dnserror.htm#http://bzz/>.


IE8 is even worse and just pukes out a "help" page but never divulges
the error code that it got.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 10-22-2009, 01:40 AM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: ISP redirect to their web search page on 404


"Jeff Higgins" <oohiggins******.com> wrote in message
news:hbnefl$2kl$1@news.eternal-september.org...
> VanguardLH wrote:
>> Yep, a domain squatter.

> Virtual panhandler with sanctioned muscle.
>
>> You visited the door marked bzz.com but THEY slid you
>> over to the door marked bzzagent.com.

>
> Ah. I think I'm getting it.
> <http://bzz> IE considers malformed and refuses to even post a request.
> bzz = first random noise to come to my mind.
>
> I just wish that IE would just say "Malformed URL" or
> "Status: 404 Not Found" or some such, instead of the truly
> uninformative <res://ieframe.dll/dnserror.htm#http://bzz/>.



404 is a response code that a server returns when the requested URL is not
present (or in the case of some server security configurations, if the
requested resource is disallowed). If IE were to return "Status: 404 Not
Found" for a non-existent hostname then it would get a lot more confusing -
that would suggest that the site itself exists but that the page requested
does not, but this domain name doesn't have a site running.

There could be lots of reasons why a site name you enter doesn't respond, so
having "Malformed URL" is also unhelpful. It could be that your connection
is down, your ISP is blocking requests, a router between you and the server
is down, or the site itself is down, or there's a DNS issue which means the
lookup for the IP address is failing, your IP address or something in the
request from your browser might cause a router/firewall/http server to drop
the request, and lots of other reasons.

The result IE provides isn't great, but it does at least provide a list of
possible reasons and things to look at.

--
Dan

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser Redirect on Search Engines NC Beach Bum Windows XP 2 09-27-2009 09:00 AM
Disabling the Redirect to Search Engine John Rogers, Jr. Internet Explorer 6 03-28-2009 05:35 AM
Disabling the Redirect to Search Engine John Rogers, Jr. Internet Explorer 0 03-28-2009 04:50 AM
redirect or jump from search page JanieMF Internet Explorer 3 10-23-2007 12:20 AM
IE Search Redirect Buster Windows XP 2 01-04-2007 05:04 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:00 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0