Did you check for the default document in the root?
craigmoliver
2008-10-09 19:44:38
It seems you have properly configured your handlers.
If you're using <? ... ?>
make sure you have
short_open_tag = On
in your php.ini.
Have you tried bouncing (stop/restart) IIS? Maybe even restarting the machine? I know there have been times when I've done some IIS configuration changes that I would have sworn should have only needed only a bounce to take effect that didn't get going until a full machine restart.
UPDATED: I have found a few possible workarounds for PHP 5 and IIS 7. If those solutions are not working, please provide more details about your index.php
, IIS setup, or try to use IIS 6 compatibility.