简体   繁体   中英

“Internet explorer cannot display this webpage” - every other browser is fine

On my site's forum (http://www.kanyetothe.com/forum/), when a user submits a post from IE, they receive the error "Internet Explorer cannot display the webpage", yet it works for every other browser. This is baffling. Does anybody have any ideas?

I set up a test account, user: testing / pass: test1 if you'd like to see for yourself.

I've tried in MSIE4 - 8... not working in any of them (MSIE4-6 returns blank page, 7 and 8 returns the mentioned error)

I've also checked with Firebug and it seems that:

  • a request to the following address, which returns error 400 is made on the page: http://www.kanyetothe.com/forum/%smileySource% - this probably won't solve the problem, as it's on multiple pages and the others work, just a thing worth fixing
  • gzip compression is enabled on the server - probably works fine, just a thing to have in mind when debugging

Furthermore, there are errors in the actual code - you have 2 closing tags for BODY and HTML at the end, and some HEAD data which are inserted after the HEAD section is actually being closed.

Can't say whether any of this will help you solve the mentioned problem but at least you have something to start with :)

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