Changing wordpress site domain
-
I set up new site and changed its domain. Then I run these queries in SQl;
UPDATE wp_options SET option_value = replace(option_value, ‘http://www.eskisite.com’, ‘http://www.yenisite.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;UPDATE wp_posts SET guid = replace(guid, ‘http://www.eskisite.com’,’http://www.yenisite.com’);
UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.eskisite.com’, ‘http://www.yenisite.com’);
but when I tried to add new page to my site the respond is error. I couldn’t find the solution.
- ‘Changing wordpress site domain’ konusu yeni yanıtlara kapalı.