Install PHP on IIS in Windows 7
Steps for configuring PHP to work with IIS in Windows 7
Follow all the steps for installing PHP manually on your Windows 7 system, before you configure php to work with IIS.
Prerequisite
Make Sure that you have IIS up and running with ISAPI Filter installed.
Configuring PHP:
1. Click on Start, in the Search programs and files type "inetmgr" and press Enter. Internet Information Management window opens, Now double click on Handler mappings.
![iis handler mappings](https://www.w3resource.com/w3r_images/install-php-on-iis-in-windows-7_iis1.png)
2. Now click on the Add script map.
src="install-php-on-iis-in-windows-7_iis2.png" alt="iis2" />
3. In the Add Script Map window, add *.php in the Request path, click the button next to Executable and select php5isapi.dll file from php installation folder (i.e. D:\php, if you have installed php on D), add a name like php in Name field and click OK.
![iis3](https://www.w3resource.com/w3r_images/install-php-on-iis-in-windows-7_iis3.png)
4. Go back to the previous screen of Internet Information Manager by click on the blue arrow on the left corner of the screen.
![iis4](https://www.w3resource.com/w3r_images/install-php-on-iis-in-windows-7_iis4.png)
5. On this screen, double click on the ISAPI Filters.
6. Click on Add on the next screen.
![iis6](https://www.w3resource.com/w3r_images/install-php-on-iis-in-windows-7_iis6.png)
7. Add *.php in the Filter name and select php5isapi.dll from the php installation folder by clicking on the button next to the Executable field.
8. Click OK.
![iis8](https://www.w3resource.com/w3r_images/install-php-on-iis-in-windows-7_iis8.png)
9. Testing if PHP is installed properly.
Create a php file containing code <?php echo phpinfo(); ?> and save it as test.php.
Run this file on your web server and if you get an output like this :
![test info](https://www.w3resource.com/w3r_images/install-php-on-iis-in-windows-7_test.png)
then your php installation is working properly on IIS in Windows 7.
A similar process can be followed for configuring PHP to work with IIS on Windows XP.
Previous: Install php on Linux
Next: Install PHP on Apache in Windows
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics