想要的效果
输入网址后显示目录,而不是indxe.php

apache的方法
修改apache配置文件
<Directory "G:/php72_apache/html">
#添加这行。。。。
Options FollowSymLinks ExecCGI Indexes
#。。。。
</Directory>
修改“.htaccess 文件
DirectoryIndex index.php index.html
参考 :https://www.php.cn/faq/693671.html
其他.htaccess 文件的使用 https://www.cnblogs.com/helloworld3/p/4468582.html
nginx的方法
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
https://blog.csdn.net/weixin_34015860/article/details/94748659
浙公网安备 33010602011771号