输入banner图图片脚本导航/分类

不能自动加载index.php文件的二种修改方法

  1. DirectoryIndex index.hmtl index.php

方法2,修改D:\lamp\apache\conf\extra\ httpd-vhosts.conf文件,添加内容:

  1. Options +Indexes
  2. DirectoryIndex index.php index.html

如下图: 自动加载php文件