Hi
I've recently moved my wordpress installation from a sandbox to the client's domain. I've done this before but this time the image links are not updating. I have used this code in PHPmyadmin:
UPDATE wp_posts SET post_content=(REPLACE (post_content, '{old url}','{new url}'))
and tried the old and new urls both with and without http://www.,trailing slashes and wp-content/ at the end but nothing seems to make a difference. I've also tried logging out of WordPress and back in, and have been through the whole process twice.
Does anyone have any suggestions? Thanks