Hey!
If i need to change domain sometime soon is there a mod that can convert the topic url's with the board url to the new url ?
Lets say: i change domain "plzsupport.me" and the board topics contain urls like phpbb3addons.com do i need to edit them manuel or is there a fancy way to do this?
Change domain
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Re: Change domain
i don't think there is a mod for that, i think you would have to manually change those yourself! Unless Stoker or someone else know else knows anything different!
- Inner Circle
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 20:25
- Location: Germany
- Contact:
Re: Change domain
What about this?
make a backup first and then check you database prefix
Code: Select all
UPDATE phpbb_posts
SET post_text = REPLACE(post_text, 'old url', 'new url')
WHERE post_text LIKE '%old url%'
Re: Change domain
Thanks!
I'll try it when time is
if it works i'll buy you a beer
I'll try it when time is
if it works i'll buy you a beer