***How to make sure PHP is setup correctly on your IIS Server
- Make sure IIS is set up & fully enabled:
Internet Information Services > World Wide Web Services >
- enable Application Development Features > CGI
- enable Common HTTP Features > Static Content
-
Make sure PHP is installed or install it with Web Platform installer Open 'Microsoft Web Platform Installer' in Start Menu > Products > Frameworks > Windows Cache Extension vX.X
-
Set up a handler mapping for PHP in IIS
Request path=*php
Module=FastCgiModule
Executable=[path\to\php-cgi.exe]
- configure the WinCache PHP extension
After you install you should see it here:
C:\Program Files\IIS\Windows Cache for PHP
references: