On 26/06/07, Azurite azurite@seventh-star.net wrote:
Does this look okay?
$wgScriptPath = "/wikific"; $wgScript = "$wgScriptPath/index.php"; $wgRedirectScript = "$wgScriptPath/redirect.php";
## If using PHP as a CGI module, use the ugly URLs $wgArticlePath = "$wgScript/$1"; $wgArticlePath = "{$wgScript}?title=$1;
Yes.
Also, when you access my Wiki now, it appears to be the old 1.6 version, even though I ran the upgrade script using SSH (and it said it was successful). My host said that they commented the line in .htaccess that switched my site to use PHP5, but I don't think they would have restored the folder with the 1.10 files to the 1.6 files-- do I have to upload everything again, or is this just some sort of fluke because the current configuration isn't seeing PHP5 (since it was commented out)?
Er, no; check the top of includes/DefaultSettings.php to see what $wgVersion is set to - if it's 1.6.x, then someone has been messing about with the files.
Also, the change I made to the LocalSettings.php-- if I were to upload it, would it take effect immediately, or would I need to re-upload the 1.10 files/re-run the upgrade script?
It would take immediate effect.
Rob Church