• Seems like this would be a common scenario, as I’m replacing an existing client site with one done with WP and during the development I’m using a “temporary” URL so I can develop it and the client can look at it. When it’s ready, the site will not be physically moving at all, but I’ll want to point the “production” URL to the new location. So is it sufficient to simply change the fields in Settings->General to the new URL?

    I searched on this topic and came up with this article, which describes some complex procedures that I don’t want to have to get into. But I think this is just for how to recover if something goes wrong with the simpler method — correct?

    Are there any other non-obvious places where I might have to change the URL?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    If you’re using a temporary URL during the development, then you’ll have two type of unique entries in your database:
    1. development URL ( dev.example.com )
    2. absolute path ( /home/user/public_html/temp/ )

    When you’ll complete the development step, you’ll need to replace all the database entries to match the final configuration.

    This way some changes might be needed:
    dev.example.com > https://www.example.com
    /home/user/public_html/temp/ > /home/user/public_html/

    So I’m afraid switching from one URL to another is not that simple as you might expect.
    Meanwhile you can research more about the process.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple(?) Site URL Change’ is closed to new replies.