Install it following the instructions of the Wizard.
Reload the web server and restart IIS Manager. After that, the icon FastCGI Settings will become active:
Note: if you set 1 as the parameter of fastcgi.logging in the php.ini file, errors will be output to the log and not to the monitor. It increases the security of PHP.
Checking PHP
PHP parameters may be checked as follows:
In the folder C:/inetpub/wwwroot create a file phpinfo.php containing the line:
<? phpinfo(); ?>
Type the following in the browser address bar: http://<your_portal>/phpinfo.php.
If setup is done correctly, a standard page containing information about PHP will open.