Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2641

[3.3.x] Support Forum • Re: Moving board to new domain - old links will work?

$
0
0
No, it will take SQL. I have a query for that. Give me a few hours.

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');
If your table prefix is not phpbb_, change accordingly. Backup the posts table before running this query.

Statistics: Posted by stevemaury — Fri Dec 08, 2023 1:15 am



Viewing all articles
Browse latest Browse all 2641

Trending Articles