Resource interpreted as document but transferred with MIME type text/css

sexycollegeboy

New Member
Resource interpreted as document but transferred with MIME type text/cssThis is the error that's showing up in Google Chrome Inspector.The file is: http://www.doanddare.org/css/style.cssIt is being rendered by a php processor.How can I fix this error?The headers being returned are:Request Headers\[code\]Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5Cache-Control:max-age=0User-Agent:Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3\[/code\]Response Headers\[code\]HTTP/1.1 200 OKDate: Sun, 10 Oct 2010 07:35:04 GMTServer: Apachecontent-style-type: text/cssExpires: Thu, 10 Oct 2030 03:50:23 GMTCache-Control: max-age=631138519, publicContent-Encoding: gzipVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/cssConnection: Keep-Alive\[/code\]Could it be something to do with the request headers being sent as a document and the response headers returned as a css file?If so, how should I control the request headers?Thanks for any help.
 
Back
Top