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.
在我的站点上的管理部分节点视图 (node/xxx) 工作正常但是当我尝试编辑节点时 (node/xxx/edit) 给我以下错误
ERR_TOO_MANY_REDIRECTS
当我在本地服务器上执行此操作时,此问题仅在 Pantheon 上运行正常。
我已经检查了 .htaccess 和 web.config 文件。相同的配置适用于我的另一种设置
最后我得到了解决方案。实际上我在万神殿上安装了 ThemeKey 模块和 ThemeKey Debug 创建重定向问题,只是我禁用了它并且站点正在运行。