Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Server domain name has been changed

Author: Edward Hardin Reference Number: AA-00640 Views: 7529 Last Updated: 03/07/2011 05:30 PM 0 Rating/ Voters
If you change the domain name of the server with KMP, you would need to execute one MySQL query to update links to embedded images:
UPDATE `faq_articles` SET `answer` = replace(`answer`, 'http://www.oldname.com/kb/admin/media_store/2/', 'http://www.newname.com/kb/admin/media_store/2/') WHERE `account_id`=2;

where:
www.oldname.com is the old server name
www.newname.com is the new server name
if you also change the folder of the knowledge base, adjust the query accordingly