[Mediawiki-l] Losing the index.php

Plamen Gradinarov plamen at orientalia.org
Thu Dec 2 07:42:00 UTC 2004


> My current setup:
> 
> ------- LocalSettings.php -----------------------------------
> $wgScriptPath       = "";
> $wgScript           = $wgScriptPath . "/index.php";
> $wgRedirectScript   = $wgScriptPath . "/redirect.php";
> 
> ## If using PHP as a CGI module, use the ugly URLs
> $wgArticlePath      = "${wgScript}/$1";
> -------------------------------------------------------------

Now
$wgArticlePath      = "${wgScript}/$1";

Should be
$wgArticlePath      = "/$1";

Regards,
Plamen






More information about the MediaWiki-l mailing list