Ah, okay! I didn't even see that line in LocalSettings.php (because normally all I do is add extensions to the top/bottom). The part Rob mentioned was commented out. Now here's what it looks like, but I haven't uploaded it yet. 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;
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)?
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? Thanks, -Azurite