# PHP installation * extrcat to C:\PHP * copy C:\PHP\php.ini-[development|production] to C:\PHP\php.ini * edit C:\PHP\php.ini: date.timezone = UTC extension_dir = "C:\PHP\ext\" # FastCGI * download & install - http://www.iis.net/download/FastCGI * allow FastCGI Handler in IIS -> Web Service Extenstions # .php 1) IIS Manager -> Web Sites -> Default Web Site 2) right-click "Properties" 3) Home Directory -> Configuration 4) Add/Edit ".php" * Executable: C:\WINDOWS\system32\inetsrv\fcgiext.dll * Extenstion: .php * Verbs -> Limit To: GET,POST,HEAD * [x] Script Engine * [x] Verify that file exists 5) OK, Ok, ok 6) modify C:\WINDOWS\system32\inetsrv\fcgiext.ini [Types] php=PHP [PHP] ExePath=c:\php\php-cgi.exe # index 1) IIS Manager -> Web Sites -> Default Web Site 2) right-click "Properties" 3) Documents 4) Add "index.php" & Move Up # recycle * IIS Manager -> Applications Pools -> DefaultAppPool -> Recycle