Am Freitag, den 18.01.2008, 07:24 -0800 schrieb zaydo:
For short URL I use the following setup in localsettings.php: $wgSitename = "T4-Wiki"; $wgScriptPath = "/wiki"; $wgScript = "$wgScriptPath/index.php"; $wgRedirectScript = "$wgScriptPath/redirect.php"; $wgArticlePath = "$wgScriptPath/$1";
Hi Udo,
interesting problem. I reckon $wgScript and $wgRedirectScript aren't necessary settings. I'd remove them from LocalSettings.php and see if the problem goes away.
~ Kilian