时间:2021-01-04日 来源: 作者:
要修该apache的默认页,需配置apache 。
打开apache配置文件 httpd。conf 修改 DirectoryIndex 后面加上 index.php 也就是把这句改成
DirectoryIndex index.php index.html
相关文章
推荐文章
热门文章
要修该apache的默认页,需配置apache 。
打开apache配置文件 httpd。conf 修改 DirectoryIndex 后面加上 index.php 也就是把这句改成
DirectoryIndex index.php index.html