Mailing List Archive

Mozilla improperly displaying
So I feel quite foolish asking a basic question like this on the list
but I can't seem to find answers on google or any other documentation
I have looked at...perhaps someone will point me at the documentation
I need.

Anyway, I installed MediaWiki on my site (www.invariant.org/media) and
it works great in IE, unfortunatly mozilla displays a simple text page
instead of the navigation bar and so forth. I'm sure I'm missing
something really simple as Wikipedia handles mozilla just fine for me
but can someone tell me what it is?

Peter
RE: Mozilla improperly displaying [ In reply to ]
Hi Peter,

Mozilla isn't accepting the stylesheet at:
http://www.invariant.org/media/stylesheets/monobook/main.css

The reason for this is your webserver is sending that file with a
content-type of "text/plain", not "text/css". I have tested this on my own
installation, and causes the same problem.

I notice your webserver is Apache 1.3.26. There should therefore be a
"mime.types" file - probably in the same place as your httpd.conf. This
should have the line:

text/css css

Have a look to see if there is any other line ending with the "css" file
extension already, and change it to look like the one above. Otherwise, add
the above line to mime.types.

Regards,

Oliver


Peter Gerdes wrote:
> So I feel quite foolish asking a basic question like this on the list
> but I can't seem to find answers on google or any other documentation
> I have looked at...perhaps someone will point me at the documentation
> I need.
>
> Anyway, I installed MediaWiki on my site (www.invariant.org/media) and
> it works great in IE, unfortunatly mozilla displays a simple text page
> instead of the navigation bar and so forth. I'm sure I'm missing
> something really simple as Wikipedia handles mozilla just fine for me
> but can someone tell me what it is?