• I tried this plugin for changing a domain name on my wordpress site after reading all these good reviews. It screwed up my site and it was inacessible, but after changing somethin on my host’s account it is OK. I think that some additional info shuld be added with the plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author nuagelab

    (@nuagelab)

    Hi there,

    As described in the documentation, you may try to add this to your wp-config.php file:

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

    If it doesn’t work, restoring the backup you made before changing your domain will undo everything the plugin did.

    Best,

    Tommy Lacroix
    NuageLab

Viewing 1 replies (of 1 total)
  • The topic ‘Screwed up my site… at first’ is closed to new replies.