原因:端口80已经被占用

解决方法:

1.打开wampsever/Apache/httpd.conf

2.将“Listen 80”替换为“Listen 81”

3.将“ServerName localhost:80”替换为“ServerName localhost:81”

4.保存并重启wampsever服务,并以“localhost:81”作为URL。

以下是在Stack Overflow查找到的解决方法,原文链接为:https://stackoverflow.com/questions/13932857/wamp-server-in-green-but-only-get-404

相关文章:

  • 2021-10-16
  • 2022-01-15
  • 2022-12-23
  • 2022-02-01
  • 2021-08-17
  • 2021-07-05
  • 2021-08-17
  • 2021-08-05
猜你喜欢
  • 2021-07-16
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案