Images not displaying after domain change
-
I moved a website from https://www.petrecall.com to https://www.petfoodrecall.org.
This is what I did:
-The installed directory on the server remained the same, I changed what domain pointed at it.
-I updated the url in General > Settings
-I ran the following SQL query – UPDATE wp_posts set post_content=REPLACE(post_content, ‘www.devServer.com/’, ‘www.liveServer.com/’);Results:
-Website can be navigated on the new domain
-Images are in the right spot (new url) but aren’t displaying (right click and get image url – it’ll be the correct location and it will display when you view the image by url only).Traffic is routed through CloudFlare but has been disabled to test – so it should just be acting like a DNS.
- The topic ‘Images not displaying after domain change’ is closed to new replies.