资源被解释为文档,但使用 MIME 类型 text/css 传输
资源被解释为文档,但使用 MIME 类型 text/css 传输
这是谷歌Chrome检查器中显示的错误。
该文件是:http://www.doanddare.org/css/style.css
它是由php处理器渲染的。
如何修复此错误?
返回的标头为:
请求标头
Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Cache-Control:max-age=0
User-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
响应标头
HTTP/1.1 200 OK
Date: Sun, 10 Oct 2010 07:35:04 GMT
Server: Apache
content-style-type: text/css
Expires: Thu, 10 Oct 2030 03:50:23 GMT
Cache-Control: max-age=631138519, public
Content-Encoding: gzip
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/css
Connection: Keep-Alive
这是否与请求标头作为文档发送以及响应标头作为 css 文件返回有关?
如果是这样,我应该如何控制请求标头?
感谢您的任何帮助。