Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Firefox downloads html page instead of opening it

  • 5 wótegrona
  • 4 maju toś ten problem
  • 14 naglědow
  • Slědne wótegrono wót 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

Wšykne wótegrona (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.