Closed
Bug 301845
Opened 19 years ago
Closed 16 years ago
maury73.ath.cx - Site displays source code
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: valhalla73, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 When I display any page with ".cgi" file extension Firefox shows the page source in plain text instead of the interpreted HTML. This problem doesn't occur with any other browser nor if I rename the file with .html extension. The URL I specified above is an example from my personal little web server. Such a problem prevents any website that uses such files to be viewed with Firefox. Reproducible: Always Steps to Reproduce: 1. open any cgi-script generated page form any URL that has the ".cgi" file extension 2. 3. Actual Results: Firefox whoes the page source in plain text Expected Results: It should display the rendered HTML page
Comment 1•19 years ago
|
||
The webserver is sending text/plain as the content type when it should be text/html. This is a problem the webmaster needs to sort out. Moving to Tech Evangelism
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Product: Firefox → Tech Evangelism
Summary: For EVERY page with .cgi extension shows the page source → maury73.ath.cx - Site displays source code
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
•