有没有一种方法在我的localhost(Laragon)改变页面,你看到没有索引从这个
到这个我自己做了这个页面,但现在我想让所有的文件都这样,这只是一个简单的index.php文件,但我不想手动添加这个文件时,没有索引文件我必须制作或编辑哪个文件才能制作此文件?
wd2eg0qa1#
Laragon Web服务器是Apache,因此您需要配置Apache使用自定义的“DirectoryIndex”。参见http://httpd.apache.org/docs/2.2/mod/mod_dir.html#DirectoryIndex。
1条答案
按热度按时间wd2eg0qa1#
Laragon Web服务器是Apache,因此您需要配置Apache使用自定义的“DirectoryIndex”。
参见http://httpd.apache.org/docs/2.2/mod/mod_dir.html#DirectoryIndex。