in reply to Re: How can I remove HTTP Header
in thread How can I remove HTTP Header

That's a bit better. It printed out less text. It only printed out that specific information:
HTTP/1.1 200 OK Content-Type: text/html
instead of :
HTTP/1.1 200 OK Date: Sun, 20 Oct 2002 17:54:06 GMT Server: Microsoft-IIS/5.0 Content-type: text/html

Replies are listed 'Best First'.
Re: Re: Re: How can I remove HTTP Header
by TwitchyEye (Initiate) on Oct 22, 2002 at 00:22 UTC
    Here's the fix. It is a problem with the server settings. Here is how to fix the settings: http://perl.xotechnologies.net/tutorials/SSI/SSI.htm
    Basically you must associate perl.exe with SSI instead of PerlIS.dll otherwise the HTTP header will show up in your browser
    Thanks for all the help.
    TE