小白兔晒黑了

导航

 

想要的效果

输入网址后显示目录,而不是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

posted on 2024-07-24 22:19  小白兔晒黑了  阅读(49)  评论(0)    收藏  举报