Configuration process:
(1) http. conf
Run PHP directly as a module of apache:
LoadModule php5_module "C:/php/php5apache2. dll"
AddType application/x-httpd-php. php
A www directory is created under the Apache directory to store site files. In http. conf:
Change DocumentRoot "D:/Apache2/htdocs" to DocumentRoot "D:/Apache2/www"
Direct column directory:
Options FollowSymLinks
AllowOverride None
Changed:
Options Indexes FollowSymLinks
AllowOverride None
Set the default character to simplified Chinese characters:
Adddefacharcharset GB2312
Restart apache
(2) php. ini
Copy php. ini-dist to C: Change the name of php. ini in windows.
Extension_dir = "C: phpext"
Remove the following semicolon to support mysql:
; Extension = php_mysql.dll
Copy libmysql. dll and libmysqli. dll in the php Directory to windows/system32.
Restart apache
(3) Mysql
Install Mysql:
Then browse "http: // localhost/phpmyadmin"