Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Moving to a new server/host

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24934
    godonholiday
    Member

    Hey all, I have a wordpress blogg that I want to move from my testing site (online at: http://www.learnitpassiton.com/ABC) to a new host with the URL: http://www.abcpeersupport.com

    does anyone have any good advice or links to tutorials they have used to do this? A lot of people have told me they had some issues with people still being directed to the old site? losing comments etc..

    Any help would be much appreciated,
    Gavin

    #58095

    What I usualy do is this:

    1) Tarball the dev site root directory (i.e. everything at http://www.learnitpassiton.com/ABC)
    2) Dump the dev site database using phpmyadmin
    3) Open the database dump in a text editor. Search and replace http://www.learnitpassiton.com/ABC with http://www.abcpeersupport.com then save.
    4) Copy the tarball of the site over to the production server (using ftp, scp, or whatever). Untar it using whatever method is available – usually either ssh or cpanel filemanager.
    5) Create the production database (again using whatever method is available from hosting provider).
    6) Restore the edited sql dump using phpmyadmin.
    7) Open the wordpress config file in a text editor – via ftp or cpanel usually. Modify the database configuration settings, username, password, etc.. as per the one you created in step 5. Save.
    8) Cross fingers, toes, etc. and fire up web browser!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.