We have a site that seems to spit out HTTP headers as part of the webpage
content every now and then. It happens most often after a CFLOCATION, but
has also happened other times. It will appear as something like this:

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Wed, 26 Dec 2001 16:14:50 GMT
Connection: close
Content-type: text/html
Page-Completion-Status: Normal
Page-Completion-Status: Normal

The odd part is that ABOVE this, it prints some text that was supposed to be
put in the html header (via cfhtmlhead). It also prints this to the html
<head> section.

We end up with something like this:

[HTMLHEADERSTUFF]
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Wed, 26 Dec 2001 16:14:50 GMT
Connection: close
Content-type: text/html
Page-Completion-Status: Normal
Page-Completion-Status: Normal
<html>
<head>
        [HTMLHEADERSTUFF]
</head>
<body>
[...]
</body>
</html>

Anyone run into this before? We are running IIS on Windows 2000 with CF5.

Thanks,

Matt




Matthew I. Fusfield
Data Development Manager
InterActive Network Systems, Inc
856-227-4428 x15   [EMAIL PROTECTED]
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to