Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的本地主机上安装了一个 Wordpress Multisite,它工作正常,但是当我把它放在服务器上并更改数据库上的所有 URL 内容时,我收到了这个错误:错误 310 (net::ERR_TOO_MANY_REDIRECTS): There was too many redirects。
有人知道如何解决吗?
问题似乎出在您的 .htaccess 文件中。
如果您已激活多站点,请转到您的网络设置并复制由 wordpress 生成的 .htacces 代码。
将代码粘贴到 .htaccess 中并更新服务器上的文件。
最后刷新你的仪表板并尝试一下!
告诉我这是工作!