• Resolved NirodhaSoftware

    (@nirodhasoftware)


    I changed my domain from:
    https://sr2.supportedns.com/~silversp/
    to:
    https://silverspring-counseling.com

    I did this by editing the wp-config.php file as follows:

    //define('WP_HOME','https://sr2.supportedns.com/~silversp/');
    //define('WP_SITEURL','https://sr2.supportedns.com/~silversp/');
    define('WP_HOME','https://silverspring-counseling.com');
    define('WP_SITEURL','https://silverspring-counseling.com');

    After doing this, I can no longer login to the Admin dashboard. It gives me a cookie error:
    ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter NirodhaSoftware

    (@nirodhasoftware)

    I fixed this by commenting out the following define’s in wp-config.php:

    //define('WP_HOME','https://sr2.supportedns.com/~silversp/');
    //define('WP_SITEURL','https://sr2.supportedns.com/~silversp/');
    //define('WP_HOME','https://silverspring-counseling.com');
    //define('WP_SITEURL','https://silverspring-counseling.com');

    And then I went to Settings –> General and changed the site URL there. For whatever reason that worked.

Viewing 1 replies (of 1 total)
  • The topic ‘Cookie error after changing domain’ is closed to new replies.