Last modified: 2010-05-15 15:33:26 UTC
I have set up mediawiki however i cannot redirect to many of the pages for example the main page always comes up as http://usmv-scorp-wiki/SJS/index.php/Talk:Main_Page...this does not work as this is php and there should be a "?" before the Talk:Main_Page....so I have to manually replace the "/" with a "?"...can U help me fix this bug. Thanks.
Well, MediaWiki can handle the /<name> after the index.php part, but only in certain situations. If you really want to enforce what I call "proper" URLs (or if the "pretty" ones don't work), set $wgArticlePath = "$wgScript?title=$1"; in LocalSettings.php - there's a commented-out version of this line somewhere near the top. Marking as WORKSFORME (because either case applies, depending upon the situation).