Some errors settings up PHP on Windows Server 2008
I spent the day trying to setup a fallback server if our production server should burn up or something. I got a error messages when setting up PHP on my Server 2008 machine that i wanted share here.
HTTP Error 404.17 – Not Found – The requested content appears to be script and will not be served by the static file handler.
And this problem was kind of simple to figure out. This post by Scott Hanselman pretty much explains it. If you running a 64bit server you have to create a AppPool that support 32bit because the php5isapi.dll apprently is compiled in 32bits.
Recent Comments