我最近在我的Ubuntu 16.04机器上安装了wordpress。为了在本地连接到wordpress网站,我做了一些配置更改,因为每当我尝试连接到localhost时,浏览器会自动将我的请求定向到http://localhost.192.168.1.33.xip.io/。因此,我无法访问我的本地Wordpress。请帮忙。
答案 0 :(得分:1)
我有同样的问题并解决了。如果您使用的是bitnami,则需要在bnconfig中更改站点URL。
sudo / opt / bitnami / apps / wordpress / bnconfig --machine_hostname YOURDOMANIN
有关详细信息,请查看bitnami forum。
祝你好运