访问网站时会下载此页面

发布于 2024-10-30 08:08:20 字数 83 浏览 1 评论 0原文

尝试用Safari或者IE打开

webtelevideo.com

Chrome没有问题

这取决于什么?

Try to open it with Safari or IE

webtelevideo.com

Chrome has no problems

What does it depend?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

浪菊怪哟 2024-11-06 08:08:20

服务器未将该页面识别为 HTML:

Content-Type: text-html;charset=UTF-8

适当的 MIME 类型是 text/html,而不是 text-html。这是严重的服务器配置错误。

The server does not identify the page as HTML:

Content-Type: text-html;charset=UTF-8

The appropriate MIME type is text/html, not text-html. It's a serious server misconfiguration.

榆西 2024-11-06 08:08:20

正如 Álvaro G. Vicario 所说,w3c 验证器除其他事项外还表明:

该文档正在使用 text-html Mime 类型提供服务,该类型不是文档类型的注册媒体类型。本文档推荐的媒体类型是:application/xhtml+xml

我建议您通过 http://validator 验证您的站点结构.w3.org/

as Álvaro G. Vicario stated, the w3c validator indicates between other things:

The document is being served with the text-html Mime Type which is not a registered media type for the Document Type. The recommended media type for this document is: application/xhtml+xml

i suggest you to valide your site structure through http://validator.w3.org/

帥小哥 2024-11-06 08:08:20

我认为这是因为 apache 配置尝试添加

AddType application/x-httpd-php .php

I think it's because of the apache configuration try adding

AddType application/x-httpd-php .php

执笏见 2024-11-06 08:08:20

完全不知道你的立场到底是什么......你是开发人员吗?但是,我认为无法在 IE 中加载,直到我将 URL 更改为: http:// www.webtelevideo.com/Programmi-TV/Martin - 可能与其他东西一起工作,但由您检查。

Got absolutely no idea what exactly you're position is with this... Are you the developer? I assume not, however, unable to load in IE, until I changed the URL to: http://www.webtelevideo.com/Programmi-TV/Martin - May work with other things, but up to you to check.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文