Wamp 不识别项目

Wamp does not recognize projects

我需要有关如何设置 Wamp 的帮助。我为一个学校项目安装了它,但是当我想访问项目文件夹时,它向我发送了这个错误:"Server not found".

发现要修改index.php文件就是这一行:$suppress_localhost = true;将其更改为假。但是现在发送这个错误:"The requested URL / other / was not found on this server"。是否需要配置其他东西?

我安装了 Wamp 3.0.0。有人可以帮助我吗?

  1. 转到 wamp 文件夹(wamp/ 或 wamp64/)
  2. 打开wampmanager.conf
  3. 找到 urlAddLocalhost 参数并将其设置为:urlAddLocalhost = "on" 不需要调整 www 文件夹中的 index.php。