Hello,
I need to migrate my blog to a new domain.
I made the request three key categories:
UPDATE wp_options SET option_value = replace(option_value, ‘http://www.mon-ancien-blog.com’, ‘http://www.mon-nouveau-blog.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET guid = replace(guid, ‘http://www.mon-ancien-blog.com’, ‘http://www.mon-nouveau-blog.com ‘);
UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.ancien-site.com’, ‘http://www.nouveau-site.com’);
There should be a fourth request to make to update as Angular.
It is she?
in advance, thank you.
Damien














