wp-admin cookies error
-
I recently moved my WP site and now I’m having the cookies error when trying to log into wp-admin.
I’ve tried both editing wp-config and functions.php to no avail. It’s not a browser issue – this happens on every computer/device I try this on, and clearing browser cache makes no difference.
My site used to be a subdir of a domain on one server, and it is now under its own domain on a new server.
I set up certbot on my new server and it successfully created a certificate for my site. I suspect the issue might be with this, but I’m not sure how to resolve it.
I have the following at the end of my wp-config.php, without which the wp-admin login simply redirects to the old site:
define('WP_HOME', 'http://jewelofthecommonwealth.com'); define('WP_SITEURL', 'http://jewelofthecommonwealth.com'); define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
The page I need help with: [log in to see the link]
- The topic ‘wp-admin cookies error’ is closed to new replies.