PDA

View Full Version : Dumb Header question...


SneakyDave
03-17-2000, 01:00 PM
I developed a page on my server, and moved it to another server. It uses SSI's, but other than that, there's nothing really special about the page.

When I moved it on the new server, each page is spitting out header information, like:
HTTP/1.1 200 OK Server: Netscape-Enterprise/3.6 Date: Fri, 17 Mar 2000 17:55:53 GMT Content-type: text/html

What would cause this? The web server I assume (Netscape Enterprise), or perhaps the way it parses the SSI?

Thanks.

Justin
03-17-2000, 04:46 PM
It is both - the web server (Netscape) and the way it handles SSI. A lot of NT servers suffer this problem, and there is some kind of line of code or configuration setting to suppress the header information for SSI's - I just don't know if off hand... but I have received reports from people using my banner script (via SSI) on NT systems with this problem...

------------------
Justin Nelson
FutureQuest (http://www.FutureQuest.net/index.php) Support

SneakyDave
03-17-2000, 05:05 PM
Thanks Justin, if/when I find out what the solution is, I'll post it here.

[edited to add]
It seems to only affect the "include" directive, others (DOCUMENT_URI, SCRIPT_URI) seems to work fine.
[This message has been edited by SneakyDave (edited 03-17-00@5:06 pm)]