1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Move Blog to Fresh Domain

Discussion in 'Programming' started by jaguar34, Jul 1, 2016.

  1. #1
    I want to move a Wordpress Blog to a fresh Domain Name and not just redirect with .htacces

    Means physically move all the URL's in a Wordpress Blog to fresh domain. How to perform this tasks?

    And note that we don't have access to old Domain now.
     
    jaguar34, Jul 1, 2016 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Do you have a backup of the database? If so, just do a search/replace on it, and install the new wordpress on the new domain, then import the altered database backup. Presto, new blog, new domain, new links.
     
    PoPSiCLe, Jul 1, 2016 IP
  3. jaguar34

    jaguar34 Notable Member

    Messages:
    1,350
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    215
    #3
    from cPanel I take backup of Database and on new domain from cPanel I upload the backup of Database and I have a fresh domain with old blog content? or there is some other procedure to restoring the Database on fresh Domain?
     
    jaguar34, Jul 1, 2016 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    Yes, that should work, but unless you do a search / replace on the database-backup before uploading the data, all the links registered saved (if you have any internal links) will point to the old domain.
     
    PoPSiCLe, Jul 1, 2016 IP
  5. ilyasdeckers

    ilyasdeckers Member

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #5
    Normally, restoring your database and uploading all your files to your new domain will be enough. I have done this many times. Sometimes you'll need to adjust some settings to get everything up and running again
     
    ilyasdeckers, Jul 7, 2016 IP
  6. kamleshnishad

    kamleshnishad Well-Known Member

    Messages:
    689
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    138
    Digital Goods:
    1
    Articles:
    3
    #6
    First of all you need to your blog files and db backup. Its not a tough task to do so. Moving older blog to new domain only require few changes in sql file. Here are few steps to do this thing.

    • Upload website Files to new server corresponding to new domain.
    • Dowload and and open SQL file of previous blog.
    • Replace with new blog URL using ctr+h. Change all the url.
    • Upload to phpmyadmin
    • Configure database details on config.php

    Hope this will help for sure.
     
    kamleshnishad, Jul 7, 2016 IP