Quote:
Originally Posted by Nirjonadda
I have changed domain name of my Web site and now old domain imported image link are not working,How i can get link working and old domain link replace to new domain link?
|
UPDATE post SET pagetext=REPLACE(pagetext, 'old url', 'new url')
and similarily everywhere else you need to (signatures, blogs, cms)
Also, you should empty the postparsed table.
As always, please make a backup before issuing this query.