在 apache 目录的 apache.conf 目录中:
<IfModule dir_module>
DirectoryIndex index.html index.php hello.php
</IfModule>
apache 会按顺序搜索,
index.html
index.php
hello.php
如果找到有就直接返回。忽略后面的文件。
在 apache 目录的 apache.conf 目录中:
<IfModule dir_module>
DirectoryIndex index.html index.php hello.php
</IfModule>
apache 会按顺序搜索,
index.html
index.php
hello.php
如果找到有就直接返回。忽略后面的文件。