Philipp Lies wrote: >> On LocalSettings.php you will have to $wgScriptPath (maybe also others >> that depend on it). > Thanks for the idea but no, thats not it. It's not the path which is wrong > but the *hostname*. > I enter into the browser: http://www.###.com/team1/mediawiki > I get redirected to: http://192.168.0.1/mediawiki/index.php > Where the web root of 192.168.0.1 (apache 2.2.14) is http://www.###.com/team1/ > So the part which is before the $wgScriptPath needs to be changed (or > shouldn't be changed by MediaWiki, all my other php sites work nicely) > If I enter "http://www.###.com/team1/mediawiki/index.php/Main_Page" I get the > contents of the main page but no style at all. > > So, where does MediaWiki read/set the part of the address which comes before > $wgScriptPath? > > Thanks for your help! > > Philipp
That would be $wgServer, although if it's not there mediawiki will guess it. The path related variables are listed at the top of http://www.mediawiki.org/wiki/Manual:Configuration_settings _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
