«
apache两种办法设置默认首页

时间:2022-1-7    作者:范文泉    分类: 编程


1、通过设置dir_module模块参数为如下

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

2、通过直接设置参数

DirectoryIndex index.php index.html