Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2010 at 20:36 UTC
Updated:
12 Mar 2012 at 15:08 UTC
Jump to comment: Most recent
Comments
Comment #1
damien tournoud commentedThat's on IIS 5, I suppose?
I don't believe we can easily support that.
Comment #3
Abby Byrnes commentedPOSSIBLE ANSWER?
It sounds like your web server is not set to serve index.php by default. I'm not sure where the setting is for IIS... in Apache, it is a file called httpd.conf and the default line is:
DirectoryIndex index.html
If you were running Apache, you would want to edit the line so that it will first try to serve index.php and then index.html
DirectoryIndex index.php index.html