Hi everybody!
I have installed a web server with and my document-root is /var/www/
xyz.
In xyz there is one more directory w (/var/www/xyz/w) where I
installed mediawiki application.
Everything is ok if I try to open wiki from Opera Web Browser (I mean,
it loads ok, it looks ok etc).
However if I open same web link from Moziila Firefox or Epiphany
browser, wiki user interface is completely
different because it browsers failed to load css files.
I have checked:
1. css files exists on the disk
2. Permissions to then are ok
3. If I try to open css file using its url http in browser, I get
save as dialog box.
I had firebug, so in Mozilla I can look for GETs and reply that http
header had.
Here they are (from Firefox), an example:
Request:
http://localhost/w/skins/monobook/main.css?195
Host localhost
User-Agent Mozilla/5.0 (X11; U; Linux i686; ro; rv:1.9.0.6) Gecko/
2009020911 Ubuntu/8.04 (hardy) Firefox/3.0.6
Accept text/css,*/*;q=0.1
Accept-Language ro-ro,ro;q=0.8,en-us;q=0.6,en-gb;q=0.4,en;q=0.2
Accept-Encoding gzip,deflate
Accept-Charset UTF-8,*
Keep-Alive 300
Connection keep-alive
Referer
http://localhost/w/index.php?title=P...rincipal%C4%83
Reply:
Content-Type application/octet-stream
Accept-Ranges bytes
Content-Length 27037
Date Sat, 14 Mar 2009 16:45:20 GMT
Server lighttpd/1.4.21
And that's all... no content body

What can be the problem ? I don't have smallest clue