cache problem with domain change
Hello I have to change the domain on a WordPress website WordPress I have execute the string SQL as usual : UPDATE `wp_posts` SET `post_content`= REPLACE(`post_content`,’domain1′,’domain2′); I have suppress the _oembeded lines in post_meta table In myusql post_content are fine…