On Mon, 2014-02-03 at 13:59 -0500, Dave Humphrey wrote:
The issue I see is that your CSS and JavaScript is being sent as text/html instead of the correct text/css and text/javascript which results in parsing errors (since it is not HTML) and thus your styles aren't being displayed. I'm not entirely sure what would cause this but found a few related problems and solutions:
index.php/index.php/Main_PageMain_Page http://www.mediawiki.org/wiki/Thread:Project:Support_desk/CSS_won%27t_load:_...
http://stackoverflow.com/questions/14245442/my-mediawiki-site-wont-serve-sty...
These seem to be related to your problem somehow as loading the CSS directly results in the correct MIME type.
I have $wgScriptPath = "";
in LocalSettings.php; That was how the mediawiki installation set it up. Is that something that has a variable located in another file. It has worked for several months before the move. Thanks' John