VC11 download install www. microsoft. comen-usdownloaddetails.aspx? Id30679PHP(5.6)VC11x86ThreadSafephp-5.6.4-Win32-VC11-x86.zip: windows. php. netdownload decompress and create the php. ini file Ap
VC11 download installation http://www.microsoft.com/en-us/download/details.aspx? Id = 30679 ========================== PHP (5.6) VC11 x86 Thread Safe php-5.6.4-Win32-VC11-x86.zip: unzip the http://windows.php.net/download/ and create php. INI file =========================== Ap
Download VC11Install
Http://www.microsoft.com/en-us/download/details.aspx? Id = 30679
========================
PHP (5.6) VC11 x86 Thread Safe
Php-5.6.4-Win32-VC11-x86.zip
: Http://windows.php.net/download/
Decompress and create a php. ini file
========================
Apache (1, 2.4)
Httpd-2.4.10-win32-VC11.zip
: Http://www.apachelounge.com/download/
Manual download: http://mirror.bit.edu.cn/apache/httpd/docs/
Decompress the package. Example directory (E:/WAMP)
Modify the main configuration file:Conf/http. conf
ServerRoot "E:/WAMP/Apache"
ServerName desktop
DocumentRoot "E:/WWW"
DirectoryIndex index.html index. php
Include conf/extra/httpd-vhosts.conf
# Associate PHP
LoadModule php5_module E:/WAMP/PHP/php5apache2_4.dll
AddType application/x-httpd-php. php
PHPIniDir "E:/WAMP/PHP"
Modify the VM configuration file:Conf/extra/httpd-vhosts.conf
ServerName desktop DocumentRoot "C:/Users/Administrator/Desktop"
Options Indexes FollowSymLinks AllowOverride FileInfo
Add System Service: httpd.exe-k install-n "Apache24"
Uninstall System Service: httpd.exe-k uninstall-n "Apache24"