Forum Moderators: open
under the URL.
As far as I understand this is a server header problem and hence I run the server header check and it is showing
HTTP/1.1 400 Bad Request
Server: Microsoft-IIS/5.0
Date: Fri, 19 Nov 2004 06:53:28 GMT
Content-Type: text/html
Content-Length: 87
So I understand that this is some kind of error but Can somebody advice me how to fix it.
thanks
MY URL is in profile for reference.
thanks
Both problems are probably related so if you can figure out why it goes wrong in Firefox, that may fix it with Google.
I know little about HTTP headers, but a comparison with headers from a standard html page on your server may yield a clue.
Kaled.
John
However. Are you even sure that PHP is installed on your server?
The missing <html> tags is shouldn't have to be a problem, since your page loads OK when uploaded to my Apache server.
If PHP is installed, the IIS server needs to learn that .php files are text/html files.
try saving this as test.php on your server:
-----------
<html>
<head>
<title>This is the title</title>
</head>
<body>This is some text</body>
</html>
----------
If it loads in a browser (other than IE that already seems to know that the php file is text/html) you should add some valid html to the file, otherwise, check with a server admin.
Thread Note:
We avoid discussing specific URLs for various reasons. WebmasterWorld has a Server header checker [webmasterworld.com] so let's leave things there. Thanks, ciml [webmasterworld.com]
[edited by: ciml at 5:54 pm (utc) on Dec. 1, 2004]