每天学习一点点,每天进步一点点.
login

宝塔面板开启遍历目录浏览

2018-03-07 20:49:10  |  分类: Linux |  标签: 无 阅读(3258)    评论(0)

建立网站后

打开网站设置

找到配置文件栏目

###开启目录遍历
  1. #charset utf-8;
  2. charset gbk;
  3. autoindex on;
  4. autoindex_localtime on;
  5. autoindex_exact_size off;
  6. #autoindex_format json;
留言区域