或
;extension_dir = "ext"
extension_dir = "d:/php5.5/ext"
将;extension=php_mbstring.dll 修改为 extension=php_mbstring.dll(去掉extension前面的分号,这是php多字节字符串扩展)将;extension=php_mysql.dll修改为 extension=php_mysql.dll(去掉extension前面的分号)将;extension=php_mysqli.dll 修改为 extension=php_mysqli.dll(去掉extension前面的分号)......
LoadModule php5_module "d:/php5.5/php5apache2_4.dll"AddType application/x-httpd-php .php .html .htmPHPIniDir "d:/php5.5"
DirectoryIndex index.html
为
DirectoryIndex index.html index.php
net start apache2.4
Apache2.4 服务正在启动 .Apache2.4 服务已经启动成功。