Categories
Moving wordpress - adjusting image links
This article explains how to make a Wordpress site after moving correctly display the images on the web hosting of MijnHostingPartner.nl, this is a modification that needs to be performed in PHPmyAdmin. In other words, the management environment of your database.
PHPmyAdmin can be reached in 2 ways. Or you log in at mysqlwebadmin
Or you go to the control panel -> MySQL databases -> Select browse database
You select the appropriate database and go to the table: wp-posts
Open the SQL tab and enter the following Query
:UPDATE wp_posts SET post_content=(REPLACE (post_content, 'Old URL ','New URL'));
We take the following Query to change the website to:
UPDATE wp_posts SET post_content=(REPLACE (post_content, 'wordpress.mytestpartner.co.uk','wpgal.mytestpartner.co.uk'));
After this press start, the changes are now made.
If you have further questions you can always see if someone is present on the online chat.
Or you can create a ticket in the customer panel.
keywords: wordpress move web hosting change