No, it will take SQL. I have a query for that. Give me a few hours.
Here you go:
If your table prefix is not
Here you go:
Code:
update phpbb_posts set post_text = replace(post_text, 'www.old_domain.com', 'www.new_domain.com');update phpbb_posts set post_text = replace(post_text, 'www.old_domain.com', 'www.new_domain.com');
phpbb_
, change accordingly. Backup the posts table before running this query.Statistics: Posted by stevemaury — Fri Dec 08, 2023 1:15 am