Closed
Bug 276309
Opened 20 years ago
Closed 19 years ago
pages in site do not open - code is displayed. problem does not occur in IE
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: lawsonsa, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 When i go past the home page of www.csr.com.au i get a page of code, not the page i'm looking for. I have opened the same links in IE and they display porperly. Reproducible: Always Steps to Reproduce: 1.www.csr.com.au 2.fibre cement products 3. Actual Results: got code, not the product page Expected Results: showed product
Comment 1•20 years ago
|
||
The link works fine for me. Can you give a specific URL where this is happening? Most likely its a case of the server sending the wrong content type. In those cases IE tries to detect it automatically while Mozilla/Firefox displays it as sent, which is the correct way.
Comment 2•20 years ago
|
||
happens over these two http://www.down.co.il/cgi-bin/index http://www.sakal.co.il/jsp/pg/InvoiceReconstruct.jsp the headers are really text/plain but its really is a pain because there are alot of pages with this error and we might need them even tho thy were written incorrectly.
I've been having the same problem. In my case i had to clear my cache everytime. Any idea how to fix it.
Comment 4•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 5•19 years ago
|
||
I also am having this problem on several pages on my own site. I am using Dreamweaver to design the pages and it is not coming up with any critical errors for Mozilla 1.0, but even when I use the FireFox beta 1.5 build, I have this problem. The following are three pages from my site where the problem is occuring: http://www.ashenempireshq.com/images/Boots/Boots.asp http://www.ashenempireshq.com/images/Belts/Belts.asp http://www.ashenempireshq.com/Weapon/Large%20Blades/LBs.asp This problem is also being reported on the forum for the Ashen Empires game by two other users who are both using Mozilla build 1.0.4
Comment 6•19 years ago
|
||
(In reply to comment #5) > The following are three pages from my site where the problem is occuring: > > http://www.ashenempireshq.com/images/Boots/Boots.asp > http://www.ashenempireshq.com/images/Belts/Belts.asp > http://www.ashenempireshq.com/Weapon/Large%20Blades/LBs.asp The problem is on the server side. Your server is configured to send .asp files as text/plain, so Firefox displays them as such. The fact that IE does not is a bug in IE.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 7•19 years ago
|
||
And the way to resolve this so the page displays and functions correctly in FF and IE is to do what?? I just tested the page in dhtml,shtml,xhtml and html and the only way that it is working with the current code is to have it in either asp or html. (In reply to comment #6) > The problem is on the server side. Your server is configured to send .asp files > as text/plain, so Firefox displays them as such. The fact that IE does not is a > bug in IE.
Comment 8•19 years ago
|
||
(In reply to comment #7) > And the way to resolve this so the page displays and functions correctly in FF > and IE is to do what?? Configure your web server so that it sends the correct content-type header. As mentioned, this has nothing to do with Firefox.
You need to log in
before you can comment on or make changes to this bug.
Description
•