Page History
Starting from release 1.8.0, full PHP install is no longer supported by Microsoft's Web Platform Installer as the extensions are not included by default. For this reason, install PHP using the Zip file installation processinstall. The installation steps are as below.
...
indent | ||
---|---|---|
| ||
1. Go to Microsoft's PHP install section https://learn.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php#install-php
|
...
indent | ||
---|---|---|
| ||
3. Once the PHP installation is complete, rename files are extracted, copy the php-.ini-recommended production file to php-.ini-production |
indent | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
4. Edit the php.ini -production to set the parameters for fastcgi.impersonate =1 cgi.fix_pathinfo=0 cgi.force_redirect =0 open_basedir=c:\inetpub\wwroot
Configuring IIS for PHPConfigure IIS server for PHP integration as below.
|
...