Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nuagelab

    (@nuagelab)

    Hi there,

    Restoring the database backup you made prior to changing your domain will revert the changes.

    Also, unless you didn’t add the lines to your wp-config.php to make your domain reflect your server name, changing to an invalid domain shouldn’t make your site down, it should just prevent make the images and internal links.

    The lines I’m refering to are:

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

    Best,

    Tommy
    NuageLab.

    Thread Starter cacoteoradio

    (@cacoteoradio)

    Thanks Tommy,

    Im a noob and did two things after I ran the plugin in a panic. I deleted the redirect info inside htacess and I also didnt add the lines as you mentioned.

    I had my site at Cacoteo.com/new and was trying to make it Cacoteo.com

    When I add the lines would it look exactly like this?

    define(‘WP_HOME’, ‘https://cacoteo.com’ . $_SERVER[‘SERVER_NAME’]);
    define(‘WP_SITEURL’, ‘https://cacoteo.com’ . $_SERVER[‘SERVER_NAME’]);

    Plugin Author nuagelab

    (@nuagelab)

    Hi,

    This plugin is for a domain change. While it should work and did work in the past for URL changes, it hasn’t been thoroughly tested for this usage.

    The lines I gave you should be used as-is, not modified. They should work in your case while you move your things around. They override the URL settings in Settings > General.

    Best,

    Tommy,
    NuageLab.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help?’ is closed to new replies.