Closed
Bug 269045
Opened 20 years ago
Closed 16 years ago
senao.com/senao.com.tw - page loads correctly then is replaced with 404 error [uses wrong META refresh]
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mnix, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8a4) Gecko/20040927 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8a4) Gecko/20040927 The page displays correctly, and everything works (links etc) but when the load is complete it is replaced by a "404 not found" error (in this case it's in taiwanese). The page has an onload that calls an image preload routine, but does nothing else. IE behaves correctly. Reproducible: Always Steps to Reproduce: 1. view the page
Confirming with Mozilla 1.8a5 build 2004110705 on WinNT4. That page has the following tag inside: <meta http-equiv="refresh" content="text/html; charset=big5"> So the page reloads and the browser tries to load http://www.senao.com.tw/english/product/charset=big5 -> 404. That above tag is wrong, it is missing the URL. See http://www.html-reference.com/META_httpequiv_refresh.htm. I guess the webmaster mixed up the tags and really means <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5"> But this seems incorrect too, because this is an English page and not Chinese Traditional. Please contact the webmaster about this. IE seems to ignore the wrong tag.
Assignee: general → english-other
Component: Browser-General → English Other
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: general → english-other
Version: Trunk → unspecified
| Reporter | ||
Comment 2•20 years ago
|
||
DOH! completely missed the meta tags in all the other junk :(
Comment 3•20 years ago
|
||
Conforming summary to TFM item 10 at http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: page loads correctly then is replaced with 404 error → senao.com.tw - page loads correctly then is replaced with 404 error
Same domain is www.senao.com, see duped bug report (I checked it, both domains have the same IPs)
Hardware: PC → All
Summary: senao.com.tw - page loads correctly then is replaced with 404 error → senao.com/senao.com.tw - page loads correctly then is replaced with 404 error [uses wrong META refresh]
*** Bug 274453 has been marked as a duplicate of this bug. ***
Comment 6•16 years ago
|
||
i get the same result in ie7
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•