wampserver的localhost下點擊項目,url不對

wampserver的localhost下點擊項目,url不對

找到wamp 的www 目錄下的index.php 文件打開後 找到399行這裏php

$handle=opendir(".");post

$projectContents = '';url

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

{blog

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

    {List

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

        if($suppress_localhost)im

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

        else

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

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

    }

}

修改一行:

相關文章
相關標籤/搜索