• carolineinthecityblog

    (@carolineinthecityblog)


    I have been trying in vain to migrate my blog from WordPress.com to self hosted WordPress.org through BlueHost. I purchased my domain name through Google while my blog was on Blogger. I then migrated it to WordPress.com, so my domain name carolineinthecityblog.com is redirected from carolineinthecityblog.wordpress.com. I have exported my files from my WP.com blog and installed Simple Scripts into BlueHost, but when I am taken to the login screen, it is the WP.com screen and I am unable to login at wp-admin. What is the step I am missing to upload my files to my new site?

    I’m sure there is some redirect issue but I am not technically savvy enough to understand.

    PLEASE HELP! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • threestyler

    (@threestyler)

    FTP into your site or use the File Manager in your Bluehost cPanel and edit the wp-config.php file.

    Add the following line:

    define('RELOCATE',true);

    Save and exit then go to http://example.com/wp-login.php and it should update the correct url.

    If that works you can then remove the above line. Else try adding the following to your wp.config.php:

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');

    below:

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    Changing example.com in the snippet above to your actual url.

    bh_WP_fan

    (@bh_wp_fan)

    If your URL is incorrect, it will cause that issue. If you add the lines to your wp-config.php, you’ll have to remember to rely on those rather than your database entries, which can also prevent your editing those settings in your WordPress dashboard. Try checking it and editing it in your database directly. See: http://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database

    govpatel

    (@govpatel)

    Did you change name servers at Google as they are registrar so that domain name points to bluehost

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issues with a domain name on WP.com migrating to WP.org’ is closed to new replies.