Daily Archives: October 17, 2022

Installing PHP on Windows 10 and IIS

1. Configure IIS Control Panel | Programs | Turn Windows features on or off Check Internet Information ServicesCheck IIS | World Wide Web Services | Application Development Features | CGIOK 2. Install the NTS (non-thread safe) 64-bit version of PHP … Continue reading

Posted in PHP | Comments Off on Installing PHP on Windows 10 and IIS

Installing PHP on IIS

First, we need to access the PHP website for Windows. Locate and download the Non-Thread Safe (NTS) versions of PHP. In our example, the following file was downloaded: php-7.2.9-nts-Win32-VC15-x86.zip. Create a directory named PHP on the root of your C drive. Extract the … Continue reading

Posted in PHP | Comments Off on Installing PHP on IIS

PHP on IIS in Windows

Click Internet Information Services Click World Wide Web Services Click Application Development Features Tick CGI Wait for the changes to be applied. Step 2: Download PHP Go to: https://windows.php.net/download/. Choose 64 bit version. It should be Non Thread Safe, because it … Continue reading

Posted in PHP | Comments Off on PHP on IIS in Windows