apache 配置默认首页(php),apache默认首页


在 apache 目录的 apache.conf 目录中:

<IfModule dir_module>
    DirectoryIndex index.html index.php hello.php
</IfModule>

apache 会按顺序搜索,
index.html
index.php
hello.php
如果找到有就直接返回。忽略后面的文件。

相关内容

    暂无相关文章