HostOnNet Blog

Moving WordPress web site

Looking for Linux Server Admin or WordPress Expert? We can help.

You can change WordPress url in phpmyadmin or Admin area of WordPress. If you can’t login, you can add following code to wp-config.php to force change WordPress URL.

define('WP_HOME','https://www.NEW-DOMAIN.EXTN');
define('WP_SITEURL','https://www.NEW-DOMAIN.EXTN');

Here are some WordPress plugins that help you move site from one domain to another.

Velvet Blues Update URLs

This plugin allow you to change WordPress URLS from old to new when moving WordPress.

https://wordpress.org/plugins/velvet-blues-update-urls/

WordPress Importer

Import WordPress post from one site to another.

https://wordpress.org/plugins/wordpress-importer/

Posted in Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.