访问项目时,不能自动加载index.php文件

1、修改配置文件D:\lamp\apache\conf\httpd.conf加上DirectoryIndex index.hmtl index.php

<IfModule !mpm_netware_module>

DirectoryIndex index.hmtl index.php

<IfModule !mpm_winnt_module>

2、第二中方法:

修改D:\lamp\apache\conf\extra\ httpd-vhosts.conf的文件加上

Options +Indexes

DirectoryIndex index.php index.html

访问项目时,不能自动加载index.php文件

你可能感兴趣的:(index)