I just finished installing 2008 on a new server and enabled PHP support thru the Web PI Installer. I'm having two issues that I can't seem to get past.

I see modules, etc. but there doesn't appear to be a mapping for static files.

  • GIF and PNG files are returning 404.4 errors (see below)
  • Default files are configured but are not being returned (ex: index.php)

404.4 error

Mappings

link|improve this question
something is jacked isn't exactly much help – TylerShads Feb 5 at 2:48
Just for the sake of argument, pretend that we can't see your computer's configuration from where we're all sitting, and that therefore "something is jacked" doesn't help us to help you. Have you reviewed support.microsoft.com/kb/942052 ? – DJ Pon3 Feb 5 at 13:01
Looks like all mappings are gone. what's the correct choice from the popup for static? – andyknas Feb 5 at 14:46
feedback

1 Answer

up vote 2 down vote accepted

I've typically seen this when IIS isn't setup to serve static content. You need to add the Static Content role services when configuring the IIS role:

enter image description here

Check that, proceed to the end of the wizard, and that should be it. This will set up all appropriate handlers, etc.

link|improve this answer
I had to remove static as well as default document roles and then it worked as expected. Doing so did remove previous default mappings for index.php – andyknas Feb 8 at 1:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.