Move from developement to production - problem with absolute URLs
Hi, I have a problem with move wordpress from development to production state. Before move WP to production, I made a test.
1. Development version was here - http://fototvrdovski.lab.neridev.com/
2. Production is now here - http://foto-tvrdovski.neridev.org/
When I made a move I used tool for replace every old URLs (fototvrdovski.lab.neridev.com) in database, for new URLs (foto-tvrdovski.neridev.org). But problem is, that URLs in Muffin builder wasnt changed, they arent store in database!
When do you check source code here - http://foto-tvrdovski.neridev.org/?page_id=1788 , there is a link:
<img class="scale-with-grid" src="http://fototvrdovski.lab.neridev.com/wp-content/uploads/candy_bar/candy_bar_019.jpg" alt="Candybar"> - it is old URL path. There sould be this URL path - http://foto-tvrdovski.neridev.org/wp-content/uploads/candy_bar/candy_bar_019.jpg. Pictures arent visible now, this is a very big problem.
Please, how can I solve this problem?
Comments
content inside muffin builder is decoded and that`s why your tool does not see urls inside. For that you must use our Mfn CB Migration tool.