I moved a development setup for an UberCart from my local WAMP to a temporary development server at http://flobus.vomadslatina.com/.
The problem is that the css files apparently are not applied in Firefox, but are working fine in IE7, Chrome and Safari!
Images are showing.
Firebug gives a 200 OK for each file and the contents are css lines (so not for example server error messages).
I am using the theme Garland under admin as well for a modified version of Garland on the public pages.
Therefore I assume that it is a browser problem and not a problem with settings.php, .htaccess or writable directories (/files is as not writable yet).
As far as I can see the fact that it works locally and that chrome does work rule out typo's and bad files.
The new server might have some problematic default settings but I am not aware of which that could be. Codepage?
I emptied the database tables cache* and sessions, but fail to see the relevancy with this problem description.
My Firefox 3.0.3 has plugins such as
GreaseMonkey (turned off now),
Webdeveloper toolbar (no CSS block) and
Firebug (turned off now), but as far as i can discover these are not blocking css.
I also deleted the file cache several times already.
Please have a peek at one page with your Firefox. That would rule out a lot of options at once! And suggest what else could be the problem. Thanks.
Comments
Additonal. I switched off
Additonal.
I switched off and on the SE friendly URLs.
CSS files are not zipped.
Of course I shift-reloaded.
Changing theme makes a little change, in so far as the block appears in place (top, left, centre blocks), but no good font, colors or background stuff.
Ok so I fed the css file to
Ok so I fed the css file to the css validator of w3 and behold, it is a server side problem, they mime it as text/javascript. Only Firefox takes that lead serious, apparently.