I just installed moodle 1.6dev (my SCORM content comes out of Authorware) on a Win2K server running IIS. Since I'm mostly concerned with running Authorware files (SCORM output) at first, I tried loading in SCORM file. My file didn't work. So, I grabbed one from the exchange. It still didn't work. I keep getting a 404 "Page not found" error. After about an hour of poking around, I've found that the redirect from file.php ALWAYS returns that error. So, http://www.extol.com/moodledata/2/moddata/scorm/1/index.html is where the module sits, which works. http://www.extol.com/moodle/file.php/2/moddata/scorm/1/index.html does NOT work, nor does http://www.extol.com/moodle/file.php?file=/2/moddata/scorm/1/index.html. Anyone have clues on where I should start?
My config.php looks as such (though I've tried various permutations of changing the slashes in the dataroot folder):
$CFG->wwwroot = 'http://www.extol.com/moodle';
$CFG->dirroot = 'C:\\inetpub\\wwwroot\\webTest2\\EXTOL\\www\\moodle';
$CFG->dataroot = 'C:\\inetpub\\wwwroot\\webTest2\\EXTOL\\www\\moodledata';
Hi Matt, I've experienced exactly the same problem experimenting with 1.6 on IIS, also using SCORM, but haven't had much success either. I have, however, found this thread: http://moodle.org/mod/forum/discuss.php?d=16569 Have you managed to fix your viewing problems?