Re: [PHP] HTTP1.1 problems maybe?

2003-11-12 Thread Chris Shiflett
Hi Shawn, --- Shawn McKenzie <[EMAIL PROTECTED]> wrote: > I've never sent attachment to this group, hope it is ok. It is generally fine, although I think most people prefer that you trim your code down to the most relevant bit and include that in the body of the email. I got a bit lost in your a

Re: [PHP] HTTP1.1 problems maybe?

2003-11-12 Thread Shawn McKenzie
Sorry, here is zip with data from mozilla also. mozilla works with HTTP 1.1 enabled in preferences. -Shawn "Shawn McKenzie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've never sent attachment to this group, hope it is ok. > > Any help is much appreciated as I am not well ver

Re: [PHP] HTTP1.1 problems maybe?

2003-11-12 Thread Chris Shiflett
--- Shawn McKenzie <[EMAIL PROTECTED]> wrote: > Yes, thanks Chris. Could it be gzip problems? That's a possibility, but I've never heard reports of IE having trouble with gzip. > I captured with HTTP Interceptor and here are the server response > headers prior to the actual HTML: > > With NO HTT

Re: [PHP] HTTP1.1 problems maybe?

2003-11-12 Thread Shawn McKenzie
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

Re: [PHP] HTTP1.1 problems maybe?

2003-11-12 Thread Chris Shiflett
--- 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 brow

[PHP] HTTP1.1 problems maybe?

2003-11-12 Thread Shawn McKenzie
I have a script that I have written for the PHP-Nuke CMS that controls the theme. The site loads fine in any browser without my script. But with my script, the site will load fine in Mozilla 1.4 and in Lynx, but I get a blank page (no error) in IE6. If I go to IE settings and disable use HTTP 1.

RE: [PHP] HTTP1.1

2002-06-27 Thread Steve
I have used this in the past... Foo http://www.foo.com/";> and as Cal mentioned, use somefile -Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HTTP1.1

2002-06-27 Thread Gerard Samuel
ilto:[EMAIL PROTECTED]] >Sent: Thursday, June 27, 2002 12:40 PM >To: php-gen >Subject: [PHP] HTTP1.1 > > >Kinda off topic, but it deals with a php script Im writing. >Ive been using dynamic strings to create relative links like -> >somefile > >I was wondering if

Re: [PHP] HTTP1.1

2002-06-27 Thread Erik Price
On Thursday, June 27, 2002, at 01:39 PM, Gerard Samuel wrote: > I was wondering if this is a no no according to http 1.1 specs. > ie absolute links -> > http://host/correct_path_to_file.php";>somefile > > I briefly looked through through the specs, but it didn't say that > links/urls shouldn't

RE: [PHP] HTTP1.1

2002-06-27 Thread Cal Evans
n omit the http:// and the host name if you like. =C= * * Cal Evans * Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 12:40 PM To: php-gen Subject: [PHP] HTTP1.1 Kinda off topi

[PHP] HTTP1.1

2002-06-27 Thread Gerard Samuel
Kinda off topic, but it deals with a php script Im writing. Ive been using dynamic strings to create relative links like -> somefile I was wondering if this is a no no according to http 1.1 specs. ie absolute links -> http://host/correct_path_to_file.php";>somefile I briefly looked through throu