关于php文件名的问题

来源:2-4 WAMPServer多站点配置

萌萌的猫猫

2014-11-28 13:32

在视频中的Demo文件夹下有test01和test02文件夹,为什么test01和test02里面的php文件名只能是index.php而不能是其他.php?

写回答 关注

1回答

  • 夏_雨_记
    2015-12-29 21:05:10

    httpd.conf  下的<IfModule dir_module> DirectoryIndex index.php index.php3 index.html index.h</IfModule>  设置了默认首页


PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455956 学习 · 6306 问题

查看课程

相似问题