How to setup my new domain name to old wordpress blog help

Discussion in 'WordPress' started by Gowthamtech, May 27, 2011.

  1. #1
    I already have a wordpress blog setup in koolserve....

    I want to migrate to x10hosting and i also bought my custom domain name..


    I don't know how to setup domain name DNs records using bigrock in ...


    Please help..
     
    Gowthamtech, May 27, 2011 IP
  2. azhar

    azhar Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    1. Export your posts from Koolserve[/B]
    2. Point your domain name server to x10hosting
    3. Install wordpress
    4. Export the post

    For pointing the nameserver you can send mail to your domain seller
     
    azhar, May 27, 2011 IP
  3. victor-wd

    victor-wd Greenhorn

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Put this script to your wp-config.php
    define('WP_SITEURL', 'http://yourdomain.com');
    define('WP_HOME', 'http://yourdomain.com');
    PHP:
     
    victor-wd, May 27, 2011 IP