Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> IIS >> How to add setup and configure PHP support to IIS

IIS v6 (Windows Server 2003)

  • Install PHP
  • Install FastCGI
  • Launch Inetmgr
    • -> website
    • -> Home directory
    • -> Under application settings click Configuration
    • -> Add
    • Executable = C:\WINDOWS\system32\inetsrv\fcgiext.dll
      Extension = .php
      Limit to = GET,HEAD,POST
      tick Script Engine
      tick Verify that file exists
  • Add the following into C:\WINDOWS\system32\inetsrv\fcgiext.ini

    [Types]
    php=PHP

    [PHP]
    ExePath=C:\PHP\php-cgi.exe
    EnvironmentVars=PHPRC:C:\PHP\
     

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]