wampserver的localhost下点击项目,url不对

Posted camelroyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wampserver的localhost下点击项目,url不对相关的知识,希望对你有一定的参考价值。

wampserver的localhost下点击项目,url不对

找到wamp 的www 目录下的index.php 文件打开后 找到399行这里

$handle=opendir(".");

$projectContents = \'\';

while (($file = readdir($handle))!==false)

{

    if (is_dir($file) && !in_array($file,$projectsListIgnore))

    {

        $projectContents .= \'<li><a href="\';

        if($suppress_localhost)

            $projectContents .= \'http://\'.$file.$UrlPort.\'/"\';

        else

            $projectContents .= \'http://localhost\'.$UrlPort.\'/\'.$file.\'/"\';

        $projectContents .= \'>\'.$file.\'</a></li>\';

    }

}

修改一行:

以上是关于wampserver的localhost下点击项目,url不对的主要内容,如果未能解决你的问题,请参考以下文章

wampserver 配置项目

wampserver能正常启动和连接localhost,但不能打开自己的php项目,怎么解决??

wampserver 主页里点击“Your Projects”下面项目名,显示错误的问题

在Wampserver3下快速配置配置多站点多目录

wampserver 虚拟主机

wampserver无法启动,图标是橙色的,应该是80端口被占用,无法排查是哪个程序占用,最主要是Apache用不了