简体   繁体   English

网站迁移后,Drupal 7登录回环

[英]Drupal 7 login loops back after site migration

Title says it all. 标题说明了一切。 Complete site migration. 完成网站迁移。 Everything else hooks up fine. 其他一切都很好。 Login goes nowhere. 登录无处可去。 Googled everything I could think of to compare to this issue. 用Google搜索我可以想到的与该问题进行比较的所有内容。

I did go from non-ssl to ssl. 我确实从非SSL转到ssl。 That works great. 效果很好。 I am wondering if this might be an issue. 我想知道这是否可能是一个问题。

What I have done: 我做了什么:

  1. Cleared all cache tables on Production site (Does not work). 清除了生产站点上的所有缓存表(不起作用)。
  2. Deleted all cache tables on Production site (This actually lets me login. But after replacing the tables resets the issue). 删除了生产站点上的所有缓存表(这实际上使我可以登录。但是在替换表后,此问题将重置)。
  3. Checked with host about mod_rewrite and everything is good there. 向主机检查了有关mod_rewrite的信息,一切都很好。
  4. Checked this cookie_domain thing and everything there looks in order. 检查了这个cookie_domain的东西,那里的一切看起来都井井有条。

Development site works just as it should. 开发站点可以正常工作。

Help would be much appreciated. 帮助将不胜感激。

Check the following cases 检查以下情况

  1. Did you verify .htaccess and settings.php 您是否验证了.htaccess和settings.php
  2. Check $base_url and $cookie_domain in settings.php 在settings.php中检查$ base_url和$ cookie_domain
  3. Try clearing your browser cache. 尝试清除浏览器缓存。
  4. Check if site is in maintenance mode 检查网站是否处于维护模式
  5. Verify database configurations 验证数据库配置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM