[Bug 922] php pages don't validate

http://www.w3.org/Bugs/Public/show_bug.cgi?id=922





------- Additional Comments From ot@w3.org  2004-10-20 02:43 -------
Are you sure the message stated "... because its content type is <your site's url>" ?

Your Web server sends a "content-type" header specifying what kind of document it is serving, and in 
the case of html (whether the html is static or generated by php) should have a content-type of either 
text/html or application/xhtml+xml, and in any case it should *never* have the url of a site in there.

Please clarify by either copying the full message or giving the url of the site, so that we can diagnose 
further (or both), but my preliminary diagnosis is that there is an error on your side (possibly a bad 
header() call in your php).



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Wednesday, 20 October 2004 02:43:15 UTC