简体   繁体   中英

Site not displaying at all in FF but works just fine in Chrome and IE

In the company I work for, there are three servers; Dev, QA and Prod.

The Dev site I am working on is shown perfectly in all three browsers (IE 11, FF 29, Chrome 34). The QA site is not.

It loads in IE and Chrome, but in FF I get this error:

"Page Unavailable - The page you requested is temporarily unavailable"

Which is the default error for my companys website. I tried re-installing FF and clearing the cache, but nothing seems to work.

In the html of the index page, I am using the following meta tag:

<meta http-equiv="x-ua-compatible" content="IE=Edge">

to load the default content for IE. I have created another page with no meta tag, no javascript, and it still does not load in FF.

I tried to change the settings on FF using this article, but it did not work.

A co-worker is also having the same issue but in her case, QA is not loading in IE but works perfectly in FF and Chrome.

Has anybody had the same issue before? Know any fix? Do you think it has to do with the browser itself? Or with the markup?

Thank you for your time.

There is nothing wrong with FF
This is something with server configuration (probably it serves pages differently depending on user agent, or you are getting pages from different servers because of different network/proxy settings in different browsers)

Verify Firefox's proxy settings. I experienced on some systems that some versions of firefox would autodetect incorrect proxy settings and as a result would fail to load any page. When I configured it to not use a proxy it then worked as expected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM