Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Iis+php+mysql Server Environment Tutorial:
1. Install IIS: Insert Windows Setup Disk-Control Panel-Add or Remove Programs-add/Remove Windows Components-Select Internet Information Services installation.
2, install PHP: to www.php.net download win platform Compression package (note Do not select MSI automatic installation is not conducive to maintenance), extract to any directory, such as c:/php.
3, configure the PHP environment: copy PHP directory under Php.ini-dist to C:/windows, renamed to PHP.ini; open php.ini, find Extension_dir point it to C:/php/ext, Search for Extension=php_bz2.dll in php.ini, remove the line and the first ";" in the following multiple lines.
Copy all files in the C:/php/ext directory to C:/windows/system32, and copy Libmcrypt.dll and Libmysql.dll under the C:/php folder to C:/windows/system32.
4, let IIS support PHP: Open iis,web Service extensions, add new Web service extensions, PHP extensions, add required files: C:/php/php5isapi.dll; In IIS, right-click Default Web Site-Properties-Home Directory-Configuration, add Cached ISAPI extension, with address c:/php/php5isapi.dll, extension. php.
5, install MySQL, follow the prompts to operate OK.
6. Complete.