WORDPRESS Tutorial: Change Domain & Move WordPress

WORDPRESS Tutorial: Change Domain & Move WordPress

Rate this post



In this video Pac shows you how to change the domain / url of your wordpress blog.

Official WordPress tutorial:

phpMyAdmin:

WinSCP:

Here are the lines to insert in the wp-config.php file (replace new-url with yours). Insert them right after the first line in the file:

define(‘WP_HOME’,’
define(‘WP_SITEURL’,’

Here is the SQL statement to replace the old urls in the database:

UPDATE wp_options SET options_value = replace(options_value, ‘OLD URL’, ‘NEW URL’);

wp_options = table name
options_value = column name

Depending on your wordpress installation you may have to use this command several times on several tables and columns. Use the search function within phpMyAdmin to search your database for old urls until no more matches can be found.

### PLAYLIST

### SUBSCRIBE

### INFORMATION

### LINKS

Twitter –

Facebook –

Web –

G+ –

Tag: but i can’t write the wp-config.php file., wordpress, wordpress tutorial, wordpress change domain, wordpress change domain name, wordpress move, move wordpress, change domain wordpress, change url wordpress, change domain name wordpress, gartenschlauch gaming, howto wordpress, how to wordpress, phpmyadmin, winscp, sql, mysql, mysql wordpress

Xem Thêm Bài Viết Chia Sẻ Khác: https://chiasecongnghe.vn/chia-se

Nguồn: https://chiasecongnghe.vn

Related Post

3 Comments

Leave a Reply

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