> $wgScript = "$wgScriptPath/index.php"; > $wgRedirectScript = "$wgScriptPath/redirect.php"; > > ## If using PHP as a CGI module, use the ugly URLs > $wgScriptPath = "/wikific"; You're using $wgScriptPath before defining it. That can't help matters...