Here in the cloud Habitat Community Small series according to our experience of such a long time, special sharing under Windows 2003 System iis+php configuration method, simple and easy to use, but also stable.
First step:
Download this software can be the external PHP5.2.17 automatic Configuration installation package shortcut configuration IIS PHP running environment, this is out of the satellite for the user has not configured the PHP environment for IIS, this version is installed in C disk, the use of liquid will not be affected, the default opened a lot of expansion, is basically a stable version of the PHP 5.2.* series.
According to our dozens of-server security test, there is absolutely no problem.
The second step: after decompression directly installed on it, the default is to support PHP.
If you see the above PHP, the installation is successful.
In order to better improve the efficiency of PHP execution, we usually install Zend (Zend Optimizer v3.33 for Windows), we are generally installed to the D program directory.
See if there are any configuration successes can be viewed through the following code
Create a text file, save the code as index.php
Copy Code code as follows:
<?php
Phpinfo ();
?>
If you see the following picture, you are successful.