• hi there,I migrated my website from local host to 3rd party server. I run into two problems;
    1. my links are working fine after setting below sql code on the data base.
    But links for the image gallery (standard image gallery under wp) are not working;
    anybody can tell me where I can find them in the database in order to correct them? i.e which table in database there are in?

    2.I would like to access wordpress dashboard on this server. How to do that/install that?

    thanks!Joan

    UPDATE wp_options SET option_value = replace(option_value, ‘localhost/wordpress’, ‘https://…’);
    UPDATE wp_posts SET guid = replace(guid, ‘localhost/wordpress’, ‘https://…’);

    • This topic was modified 6 years, 7 months ago by 1234joanna.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘migration from local host to a server-linking proble’ is closed to new replies.