in reply to Re: Why don't I get a redirect
in thread Why don't I get a redirect

Odd. I telnetted to port 80 on said box, sent "GET /glujodat.html" ...

If that box supports multiple virtual sites, you'll need to issue a complete HTTP/1.1 request, naming the site you're trying to fetch the page from.

GET /glujodat.html HTTP/1.1 Host: www.nellware.com
should suffice.

Replies are listed 'Best First'.
Re: Re: Re: Why don't I get a redirect
by jonjacobmoon (Pilgrim) on Sep 20, 2002 at 18:41 UTC
    Yes, specificing the agent as suggested does not work.
    And, telnet to the box as suggest above only returns a customized 404 page. I suspect that there is some sort of DNS forwarding going on, but I am not sure how it works in this case.


    I admit it, I am Paco.