Hi there, I'm having some trouble with the web installer. Everything seems to go well during the installation. But, when I visit what should be the front of my new wiki using this URL:
http://www.objectif.org/wiki/index.php
... I get redirected to this URL:
http://www.objectif.org/wiki/index.php/Wiki/index.php
where I get the message "No input file specified"
Anyone have any ideas? -- Thanks! /mike
p.s.
I'm not using and mod_rewrite stuff. I don't even have any .htaccess files. My database is set up just fine. I'm using Dreamhost.
My LocalSettings are in /wiki directory, set thusly:
$wgScriptPath = "/wiki"; $wgScript = "$wgScriptPath/index.php"; $wgRedirectScript = "$wgScriptPath/redirect.php"; $wgArticlePath = "$wgScript/$1";