回帖:apache2.2.3中php5.2.0 的配置,使用LoadModule的方式
查找,并添加 index.php
DirectoryIndex index.html index.htm index.php
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .php
LoadModule php5_module "D:/soft/php5.2.0/php5apache2_2.dll"
Action application/x-httpd-php "/php/php-cgi.exe"
SetEnv PHPRC D:/soft/php5.2.0