How To Install PHP in Windows Server 2008 Web Edition

 

I was recently attempting to install PHP into Windows Server 2008 Web Edition with IIS 7.0 and I had to google how to do it. I found a few pages that gave instructions but all were incomplete. Whatever I tried I repeatedly got the message “The specified module required by this handler is not in the modules list.” What the heck does that mean?

Well, in short I found a page by David Wang that tells you what text to put inside a batch file that installs PHP ISAPI in IIS7 (IIS 7.0). The text for the batch file begins right after where he typed “//David”. So copy from “@IF ?%_ECHO%?==?? ECHO OFF” to “ENDLOCAL“. Run the batch file after you close the Server Manager.

When you restart the Server Manager, you will then see “PHP-ISAPI” under your Handler Mappings heading. Once you see this, you know it’s installed.

Happy Computing,
Tim

Biden PC is a Computer Network Consulting Company.

If you found this post to be informative, consider subscribing to our Biden PC’s RSS feed.

Feel free to share this post!
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Add to favorites
  • email
  • LinkedIn
  • Live
  • MSN Reporter
  • PDF
  • Ping.fm
  • Posterous
  • Reddit
  • Slashdot
  • Technorati
  • Tumblr
  • Twitter

 

This entry was posted on Saturday, March 1st, 2008 at 12:14 pm and is filed under Free, How To, My Thoughts, Services Offered, Tech Talk, Windows Server Tips. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

3 Responses to “How To Install PHP in Windows Server 2008 Web Edition”

 
  1. Anonymous Says:

    or you can read the updated instructions from the IIS team on how to install PHP and fastCGI on http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis7/ or on http://learn.iis.net/page.aspx/248/configuring-fastcgi-extension-for-iis60/ for IIS6

  2. Tim Biden Says:

    Thank you. More information is always appreciated. =)

  3. How to Create a Batch File | Biden PC's Quick Notes Says:

    [...] just posted an article on how to install PHP in Windows Server 2008 or IIS7 that included a Batch File. I just thought that maybe some of you that are reading this don’t [...]