1、修改配置文件D:lampapacheconfhttpd.conf加上DirectoryIndex index.hmtl index.php
<IfModule !mpm_netware_module>
DirectoryIndex index.hmtl index.php
<IfModule !mpm_winnt_module>
2、第二中方法:
修改D:lampapacheconfextra httpd-vhosts.conf的文件加上
Options +Indexes
DirectoryIndex index.php index.html