在wampserver 2.5之后,在首页的Your projects里面,链接的地址为http://直接加你的系统名称,会导致无法访问,正常的应该为http://localhost+你的系统名称,这时需要修改www文件夹下的index.php文件,在此文件夹内搜索projectContents,然后将http://改成http://localhost即可。
My projects项目路径错误,修改?:\wamp\scripts下refresh.php 651行"http://*.$projectContents[$i]字符串,替换成Parameters: "http://localhost/*.$projectContents[$i]。
时间: 2024-10-06 00:40:55