Home > Article > Backend Development > win7 IIS configuration PHP
Preparation tools:
Installed iis
PHP5.2.10
1. Put PHP5.2.10 on the hard disk, such as: D:/Server/PHP
2. Open the IIS manager and create a new site
3. Open handler mapping, add script mapping,
After confirmation, you will be prompted to automatically add ISAPI and CGI restriction entries, click Allow.
4. If it is a 64-bit operating system, go to the application pool, put the corresponding application pool-Advanced Settings-Enable 32-bit applications, and set True
The above introduces the configuration of PHP in win7 IIS, including all aspects. I hope it will be helpful to friends who are interested in PHP tutorials.