Yes, thanks Chris.  Could it be gzip problems?  I captured with HTTP
Interceptor and here are the server response headers prior to the actual
HTML:

With NO HTTP 1.1
[From Req: GET http://mckenzies.net/nuke69/ HTTP/1.0]
HTTP/1.1 200 OK
Date: Wed, 12 Nov 2003 22:32:00 GMT
Server: Apache/1.3.28 (Unix) PHP/4.3.3
X-Powered-By: PHP/4.3.3
Connection: close
Content-Type: text/html

....actual html from page

With HTTP 1.1
[From Req: GET http://mckenzies.net/nuke69/ HTTP/1.1]
HTTP/1.1 200 OK
Date: Wed, 12 Nov 2003 22:21:40 GMT
Server: Apache/1.3.28 (Unix) PHP/4.3.3
X-Powered-By: PHP/4.3.3
Content-Encoding: gzip
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html

7d3

....actual html from page

Thanks!
-Shawn





"Chris Shiflett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> --- Shawn McKenzie <[EMAIL PROTECTED]> wrote:
> > I get a blank page (no error) in IE6.  If I go to IE settings and
> > disable use HTTP 1.1, then all loads well in IE.
> >
> > Any ideas on things to look at or a method to troubleshoot???
>
> Can you capture the HTTP transaction with IE and with another browser for
> comparison? Ethereal is a good tool for obtaining this data if you don't
> already have a favorite method.
>
> Chris
>
> =====
> My Blog
>      http://shiflett.org/
> HTTP Developer's Handbook
>      http://httphandbook.org/
> RAMP Training Courses
>      http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to