Site changed the domain name Picture path Batch modification method

Source: Internet
Author: User

We may ask, if we change the domain name, do the site how to modify the image path Ah, the site after the website all the articles and software pictures are not displayed, because the dream upload image with an absolute address, if the domain name is changed, the previous post of the image URL will not be followed by change, So we need to replace the old domain name with a new domain name, the method is very simple, there is a SQL statement to update the text content of the article line.

Copy the following SQL statement into the background of the dream dedecms, point System-SQL command-line tool, and then see a text box, enter the SQL statement in the text box, as determined by the line. If the operation succeeds, the above will prompt "x SQL statements executed successfully!" "

Update dede_addonarticle set Body=replace (body, ' old domain name ', ' new domain name ')

Similarly, the picture in the software introduction can only replace the URL within the Addonsoft field. And then regenerate the HTML page again, the old domain name in the article is replaced by the new one. Site changed the domain name Picture path Batch modification method

Turn from: Weave the dream to help

Http://www.dedesos.com/study/1032.html

Site changed the domain name Picture path Batch modification method

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.