Hello list, after upgrading mediawiki from 1.10 to 1.11 I got a problem accessing my content.
I added a second index.php with some different settings. $wgScript is index.php Whenever I try to access content over index2.php, the output is the mainpage:
http://wiki/index.php/ContentX -> ContentX http://wiki/index2.php/ContentX -> Mainpage
but http://wiki/index2.php?title=ContentX works fine.
Can anyone help me making that work?
Carsten Schmidt