Wordpress admin login cookies blocked error after moving servers

后端 未结 15 1791
被撕碎了的回忆
被撕碎了的回忆 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:25

    Following step solve my issue

    on wp-config.php

    //define('WP_CACHE', true); // Added by W3 Total Cache Block this line
    //define("COOKIE_DOMAIN", "www.domain.com"); Block this line
    

    Delete following files from wp-content

    object-cache.php 
    advanced-cache.php
    db.php
    

提交回复
热议问题