Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

1.6. PHP Setup ‐ Windows IIS

Nicollas Silva edited this page Jul 30, 2023 · 1 revision

Configuring PHP on IIS

1 - Download PHP (Link: https://www.php.net/downloads.php)

image


2 - Extract to Program Files on Disk C


3 - Download and install PHP Manager for IIS (Link: https://www.iis.net/downloads/community/2018/05/php-manager-150-for-iis-10)

image


4 - After installation, open IIS (just search for Internet Information Services)


5 - In the left menu of IIS, navigate through the sites, and double-click on the PHP Manager option to open the manager.

image


6 - Click on Register new PHP version

image

7 - Navigate to the folder where PHP was extracted and select the php-cgi


8 - After the inclusion of PHP, click on the option Enable or disable the extension

image


9 - Enable the following extensions: curl, fileinfo, gd, mbstring, openssl, pdo_mysql, sockets (Remove the ; at the beginning of the line)

image

Save the file.


10 - Restart your IIS from the top right corner menu.