https://bugzilla.wikimedia.org/show_bug.cgi?id=21215
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Chad H. <[email protected]> 2010-04-02 12:17:56 UTC --- (In reply to comment #0) > If you visit a not installed wiki not via script path (http://example.com/w/), > but via path created by rewrite rules (http://example.com/wiki/), you will see > that the usual "Please set up the wiki first" message fails to display the > MediaWiki logo because its relative URL is > /wiki/skins/common/images/mediawiki.png. Ugh, that's because we don't know the real script path yet...we've gotten here via rewrite rules and $wgScriptPath is useless. > Probably, just link to the mw.org one? That's one solution. Only other way I can think of would be getting the dirname and trying to guess. But that's very likely to fail. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
