I think it is more to do with how you have redirects setup on your new site, as the other John commented on. These redirects are "messing up" how your JS/CSS files load which results in the current appearance. Trying moving the wiki back to "ugly" links (i.e: index.php?title=Something) in LocalSettings.php and make sure that works fine. If it does you can try to figure out what is wrong with your redirects.
On 3 February 2014 14:15, John Foster <[email protected]> wrote: > 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't_load:_mime/type_is_text/html_%3F > > > > > http://stackoverflow.com/questions/14245442/my-mediawiki-site-wont-serve-stylesheets-as-text-css > > > > > > > > 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 > > -- Dave Humphrey -- [email protected] Founder/Server Admin of the Unofficial Elder Scrolls Pages -- www.uesp.net www.viud.net - Building the world's toughest USB drive _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
