Home >Backend Development >PHP Tutorial >How to add PHP support for IIS7 in Vista/Win2008_PHP Tutorial
Currently, many websites are written in PHP, but their server environment is not necessarily FreeBSD or Linux. Many PHP websites run on Windows2000, Windows2003 and Windows Server 2008 systems. Moreover, according to many previous reports, the efficiency of running PHP in Windows Server 2008 has increased by more than 40%.
Next, let me enter today’s topic, how to add support for PHP web pages under IIS7.
System environment: Vista / Windows Server 2008
1. First, install IIS7 (Control Panel Programs and Features, Windows Features). Under the default selection conditions, remember to check the two options of ISAPI.
After the installation is complete, enter http://127.0.0.1 in the browser. If nothing goes wrong, an IIS7 welcome interface will appear.