大家好,我的apache和php配置好后,localhost不显示index.php的内容,而是显示根目录下的列表,但我输入localhost/phpinfo.php,却能显示内容,这是怎么回事呢,PHP都配置好了LoadModule php5_module "D:/Program Files/php5.2/php5apache2_2.dll"
AddType application/x-httpd-php .php .do .action
AddType application/x-httpd-php .htm .html
PHPIniDir "D:/Program Files/php5.2" <IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>