• Resolved alan

    (@urbanmaniac)


    “If this is a separate and new website, or the new home of theurbanmaniac.com, we recommend turning Safe Mode off, and re-establishing your connection to WordPress.com.”
    This error was notified by the Jetpack plugin. Can anyone please say how to delete the old one and make sure there there exist only one site?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 3392934

    (@anonymized-3392934)

    Thank you for contacting us about the notice you saw, @urbanmaniac!

    I see exactly what you mean: we keep asking you if 18.220.83.151 is the new location for https://www.theurbanmaniac.com (and vice versa).

    We’ve seen this happen with WordPress sites that run on Bitnami’s stack. They have a helpful fix here:

    https://docs.bitnami.com/bch/apps/wordpress/administration/configure-domain/

    If the guidance above applies to you, you’ll see something like this in wp-config.php on your site:

    define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/');
    define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] . '/');

    You would replace it with something like this:

    define('WP_SITEURL', 'https://www.theurbanmaniac.com/');
    define('WP_HOME', 'https://www.theurbanmaniac.com/');

    Please let us know if you aren’t able to find the code above in wp-config.php, or if there’s anything else we can help with! ??

    Thread Starter alan

    (@urbanmaniac)

    Thank you! It really worked.

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    I’m so happy to hear that, @urbanmaniac!

    I’m going to mark this thread as solved. Feel free to open a new thread if you need any help or have any other question ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Both IP and Domain Name exists for my website’ is closed to new replies.