Wordpress admin login cookies blocked error after moving servers

后端 未结 15 1779
被撕碎了的回忆
被撕碎了的回忆 2020-12-24 14:13

Background: had a working Wordpress 3.7 site at olddomain.com.

I moved it to newdomain.com successfully, and in the process added this to wp-config:

         


        
15条回答
  •  失恋的感觉
    2020-12-24 14:30

    This error also occurs when moving a multisite installation to a new domain if you update all options on the database table (usually wp_options), but forget to change the DOMAIN_CURRENT_SITE line on wp-config.php:

    define( 'DOMAIN_CURRENT_SITE', 'yourdomain.com' );
    

提交回复
热议问题