transfer links
-
When I tried to transfer my site from localhost I had a problem
I had made the menu from link
for example
“example.local\p=1”when I transfered my website I use this queries to change DB:
1. UPDATE wp_options SET option_value = replace(option_value, ‘http://example.local’, ‘http://example.by’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
2. UPDATE wp_posts SET guid = replace(guid, ‘http://example.local’,’http://example.by’);
3. UPDATE wp_posts SET post_content = replace(post_content, ‘http://example.local’, ‘http://example.by’);
but my menu still use old url: example.local
I don’t know how fix that
Please, help me
The topic ‘transfer links’ is closed to new replies.