【问题标题】:How to disable localhost/dashboard directory listing in xampp如何在 xampp 中禁用 localhost/dashboard 目录列表
【发布时间】:2023-04-07 12:27:01
【问题描述】:

每当我打开 localhost 时,它都会重定向到此目录列表。以前它用于显示 index.html 页面“欢迎使用 XAMPP”,现在它显示目录列表。如何恢复它?

【问题讨论】:

    标签: xampp


    【解决方案1】:

    无论出于何种原因,如果 xampp 停止识别仪表板index.html 文件,只需编辑xampp/htdocs/index.php 文件并编辑以下行并在行尾添加/index.html

    header('Location: '.$uri.'/dashboard/index.html');
    

    这将确保加载 index.html 而不是显示目录列表。

    【讨论】:

      猜你喜欢
      • 2016-01-21
      • 2015-09-25
      • 1970-01-01
      • 2018-04-07
      • 2012-04-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-07
      相关资源
      最近更新 更多