erictheman
04-06-2004, 11:28 PM
Okay, here's something weird. I have a Windows server, which I run a website on. I use PHP for my pages, meaning that my pages have a .php extension (nothing fancy, usually just PHP includes).
Anyways, whenever I try to access a page with a .php extension, the following error comes up.
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
However, this error does not come up for any other files except those that have a .php extension.
Here's an example of two identical pages, one with a .php extension and one with a .html extension.
http://www.nothinggoldcanstay.com/new/header.html
http://www.nothinggoldcanstay.com/new/header.php
The oddest thing of all, is the fact that I don't use any CGI files at all.
Anyways, whenever I try to access a page with a .php extension, the following error comes up.
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
However, this error does not come up for any other files except those that have a .php extension.
Here's an example of two identical pages, one with a .php extension and one with a .html extension.
http://www.nothinggoldcanstay.com/new/header.html
http://www.nothinggoldcanstay.com/new/header.php
The oddest thing of all, is the fact that I don't use any CGI files at all.