Environment construction
The first step:
64-bit system Apache, PHP, MySQL software download
apache2.4
http://www.apachelounge.com/download/win64/
php5.5
http://windows.php.net/qa/
PHP 5.5 (5.5.17RC1)
Just this version.
Mysql
http://www.mysql.com/downloads/mysql/
MySQL Community Server 5.6.20
This is the installation version of course you can download the ZIP package also
Step Two:
Apache2.4 to VC10 Library support
Microsoft Visual C + + SP1 Redistributable Package (x64)
PHP5.5 to VC11 Library support
Visual C + + redistributable for visual Studio Update 1
If your operating system is not available to download the installation on the Microsoft website
Installing the Software
PHP, Apache extract directly to the D drive, install MySQL according to the installation instructions.
(Installation software should be)
Step Three:
1. Configuration
Open D:\Apache24\conf under Httpd.conf file, open find C:\Apache24 Replace with Notepad D:\Apache24
Change DirectoryIndex index.html to DirectoryIndex index.html index.php index.htm
and add
# PHP5 support loadmodule Php5_module addhandler application /x-httpd- php .# Configure the path to Php.iniphpinidir "d:/php"
Fourth Step:
Test Environment
D:/apache24/htdocs Create a new index.php with <?php phpinfo ();?> Save
to D:\Apache24\bin directory, double-click Phpd.exe Launch Apache
to open browser access: http://localhost/index.php
Environment setup OK.
If you're in trouble, use the integrated installation environment:
Baidu is the first one, and then download and install it.
Apache+php+mysql under Windows 64-bit system