无法连接到本地主机中的 wordpress (GET http://localhost/ net::ERR_CONNECTION_REFUSED)

Can not connect to wordpress in localhost (GET http://localhost/ net::ERR_CONNECTION_REFUSED)

我只是备份 wordpress 数据库和虚拟网络托管中的 public_html 文件夹。

然后我将它们移动到本地 MAMP。

但是当我输入http://localhost:8888/, it just transfer to http://localhost.

错误消息 (GET http://localhost/ net::ERR_CONNECTION_REFUSED) 显示在 chrome 中。

有人能给我一些提示吗?

我曾尝试在 /htdoc/test

中放置一个带有 echo "debug" 的虚拟 index.php

然后连接到http://localhost:8888/test,果然显示"debug"。

谢谢。

在您的 Wordpress 数据库中更改站点 url 和主页 url。

在你的 phpMyAdmin 上(应该是 http://localhost/phpmyadmin

转到您的选项 table,在 option_value 中搜索您之前的站点 url 并更改为本地主机(例如 www.domain.com 为本地主机)

最好是 运行 端口 80,而不是 8888。