搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox downloads html page instead of opening it

  • 5 个回答
  • 4 人有此问题
  • 14 次查看
  • 最后回复者为 cor-el

more options

I have an Apache web server (2.2.24) on a Red Hat Linux server (RHEL 5.8). On the web site I have a link to an html page that is not in the web directory, but is on the file system. When I click on the link to go to the web page, Firefox will not render the html page within the URL of the web site--it instead wants to download the html page before it displays the html. So, instead of getting http://mywebsite.com/help.html I get file:///C:Users/myuser/AppData/Local/Temp/Help.html. In internet explorer, the web page opens just fine: http://mywebsite.com/help.html--it does not try and download the file

I have an Apache web server (2.2.24) on a Red Hat Linux server (RHEL 5.8). On the web site I have a link to an html page that is not in the web directory, but is on the file system. When I click on the link to go to the web page, Firefox will not render the html page within the URL of the web site--it instead wants to download the html page before it displays the html. So, instead of getting http://mywebsite.com/help.html I get file:///C:Users/myuser/AppData/Local/Temp/Help.html. In internet explorer, the web page opens just fine: http://mywebsite.com/help.html--it does not try and download the file

所有回复 (5)

more options
more options

Our httpd.conf file has DefaultType text/plain The web page in question has a header of:

  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; HP-UX B.10.20 9000/879) [Netscape]">

And yet Firefox still wants to download the page instead of render it directly in the browser :-(

more options

The /conf/mime.types also seems to be configured correctly: text/html html htm

more options

More information. The "Help.html" page being called is a link

http://mysite/web/mydir/subdir/subdir/test/Help.html is the URL

On file system:

/usr/mydir/subdir/subdir/subdir/test has a link

Help.html -> /usr/mydir/otherdir/otherdir/form/Help.html

more options

With which MIME type does the server sends this page?

Firefox doesn't respect data present in meta tags when the server already sends this data in the HTTP response headers.