Kurtfr <[email protected]> writes: > Hello Ralf, > thank you for your help, I solve it! > > I set > $wgScriptPath = "http://wiki.absic.at"; > and now it works.
IMHO that should be something like /wiki and not a full url. (see http://www.mediawiki.org/wiki/Manual:$wgScriptPath) We compute base_url via: ,---- | 'base_url' => wfExpandUrl( $wgScriptPath, PROTO_CURRENT) `---- which explains why setting it to an absolute url fixes the issue for you. I can't reproduce it however. -- Cheers Ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
