index.php not found after install

index.php not found after install

by Dan Zavone -
Number of replies: 1
Hi,
First install of Moodle 1.9 on iis6 PHP4.4.8 and MySqlv5
I can reun fully through the install.php to the last continue button. It then tries to return to http://intranet/moodle/ Of course it wants http://intranet/moodle/index.php and if you manually enter this the moodle page loads. Whenever you click a moodle button that returns to the index.php page it links to http://intranet/moodle/

Obviously it is getting confused that index.php is the default page to return to. Is this an iis problem in the way the site is setup or is it something to do with the moodle configuration?

Appreciate any support on this.
Regards
Dan
Average of ratings: -
In reply to Dan Zavone

Re: index.php not found after install

by Jay Melton -
Hi Dan,

I'm not a pro on this, but I believe you're going to have to add index.php to the list of default pages your web sever is looking for. The default is usually index.html (but .php is usually in the list), so look for that one and add index.php .

I hope this helps,

Jay