Domain Change Question
-
I need to move my wordpress blog from https://www.funnydaily.com to https://www.funnyall.com on the same server. Is this the correct way?
First i copy all the wp files in funnydaily.com and paste it in funnyall.com using FTP. Then i export the funnydaily.com database using MySQL dump and paste it in funnyall.com using phpmyadmin. I change the funnyall.com wp-config.php to point to its own database. I change the siteurl and home in wp_options to point to funnyall.com.
Everything works well but there is just 1 problem. I found out that there is a field called guid in wp_posts. The value in the guid is the permalink of the blog post eg. https://www.funnydaily.com/2006/12/05/funny-daily-1/ When i write a new post in the new domain then it will record https://www.funnyall.com/2006/12/05/funny-all-1/
So the question is do i need to change all the guid value to my new domain? What is the purpose of the field?
- The topic ‘Domain Change Question’ is closed to new replies.