You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/12/25 23:29:50 UTC

DO NOT REPLY [Bug 32839] New: - css served as text/plain

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32839>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32839

           Summary: css served as text/plain
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: Other
               URL: http://www.mdconnect.net/~xe/bugs/01/bug01a.html
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_mime
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: xe@mdconnect.net


Apache/1.3.9 with correct mime.types is serving css as text/plain.

mime.types contains 'text/css                        css'

http://www.mdconnect.net/~xe/bugs/01/bug01a.html 
renders incorrectly in Firefox 1.0

http://www.mdconnect.net/~xe/bugs/02/bug01a.html 
renders correctly because I added an .htaccess file with 'AddType text/css .css'
to the directory where the css file is being served.

http://www.delorie.com/web/headers.cgi?url=http://www.mdconnect.net/~xe/bugs/01/text.css

says 'text/plain'

http://www.delorie.com/web/headers.cgi?url=http://www.mdconnect.net/~xe/bugs/02/text.css
says 'text/css'

The only difference is the .htaccess file

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org