phpstudy打开localhost自动跳转localhost/index.html怎么回事?

 我来答
000117lv
2018-01-09 · TA获得超过5077个赞
知道小有建树答主
回答量:64
采纳率:100%
帮助的人:8587
展开全部
  • 是 phpstudy 搭建的服务器站点根目录下,缺少名为 index.html 的文件。服务器都会设置一个默认的访问主页文件,如图

  • 调整前后顺序,将 index.php 放前面。默认打开文档是根据上面的文件名顺序来完成搜索的,先搜索第1个,如果没找到,再搜索后面的。如果 index.php 放前面,先打开的就是 index.php。

  • wampserver打开localhost显示域名重定向怎么办?localhost显示域名重定向解决办法

  • 原代码:

  • while (($file = readdir($handle))!==false) 
    {
    if (is_dir($file) && !in_array($file,$projectsListIgnore)) 
    {
    //[modif oto] Ajout éventuel de http:// pour éviter le niveau localhost dans les url
    $projectContents .= '<li><a href="'.($suppress_localhost ? 'http://' : '').$file.'">'.$file.'</a></li>';
    }
    }

  • 修改后代码:

  • while (($file = readdir($handle))!==false) 
    {
    if (is_dir($file) && !in_array($file,$projectsListIgnore)) 
    {
    //[modif oto] Ajout éventuel de http:// pour éviter le niveau localhost dans les url
    $projectContents .= '<li><a href="'.($suppress_localhost ? 'http://localhost/' : '').$file.'">'.$file.'</a></li>';
    }
    }

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式