- Posts: 412
- Thank you received: 5
Kunena 6.1.1 Released
The Kunena team has announce the arrival of Kunena 6.1.1 [K 6.1.1] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Solved After domain name change, hot to fix internal links ?
7 years 8 months ago #1
by Nikiniko
After domain name change, hot to fix internal links ? was created by Nikiniko
I move from
www.xxx.com
to
www.yyy.com
,
all works perfect except the links in the posts
example,
the link
www.xxx.com/forum/index.php
must change to
www.yyy.com/forum/index.php
Any fast way to do it from the DB or any joomla add on that can help?
Thank you
all works perfect except the links in the posts
example,
the link
www.xxx.com/forum/index.php
must change to
www.yyy.com/forum/index.php
Any fast way to do it from the DB or any joomla add on that can help?
Thank you
Please Log in or Create an account to join the conversation.
7 years 8 months ago #2
by Nikiniko
Replied by Nikiniko on topic After domain name change, hot to fix internal links ?
I am asking not for one link or two,
but for hundrends.
but for hundrends.
Please Log in or Create an account to join the conversation.
7 years 8 months ago #3
by 810
Replied by 810 on topic After domain name change, hot to fix internal links ?
first make backups.
then try
replace #_ with your prefix
then try
Code:
UPDATE `#__kunena_messages_text` SET message = REPLACE( message, 'www.xxx.com', 'www.yyy.com' )
replace #_ with your prefix
Please Log in or Create an account to join the conversation.
7 years 8 months ago #4
by Nikiniko
Replied by Nikiniko on topic After domain name change, hot to fix internal links ?
Thank you,
this will update text only or links too ?
this will update text only or links too ?
Please Log in or Create an account to join the conversation.
7 years 8 months ago #5
by 810
Replied by 810 on topic After domain name change, hot to fix internal links ?
text only, the normal links isn't saved with url, only internal links, so if you migrate to other site. All is working. only if you have links on messages, then you need to do the database update.
Please Log in or Create an account to join the conversation.
Time to create page: 0.265 seconds