Pages not displaying??

Pages not displaying??

by Wayne Lee -
Number of replies: 2

Hello all,

I have installed Moodle 1.7 along with mysql 5.0.27 and php 5.2.0 all on IIS6.

It all kinda works, after I had to tweak the setup files in order to create the DB successfully, but pages won't display unless I put index.php and the end of the url.

for instance

http://ils-test-server/moodle    Will give an error page,

 but if I type

http://ils-test-server/moodle/index.php   it will display the page fine.

This is an issue because most of the links within moodle such as breadcrumbs and home buttons want to send the user to http://ils-test-server/moodle

I'm assuming I'm missing a setting somewhere, but can someone point me in the right direction?

Many Thanks

Average of ratings: -
In reply to Wayne Lee

Re: Pages not displaying??

by Matt Molloy -

Hello Wayne,

You just need to let IIS know that index.php is one of the pages it should serve up by default when a particular folder is accessed. IIS would normally have files like index.htm and index.html in its list, and you manually go and add others. You can do a search for something like: configure, iis, index.php for instructions on how to do this, or you could check out this site, about half way down the page it gives instructions.

Matt