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.

Issue with Domain Name Change and Wordpress

Discussion in 'Content Management' started by MinimalBlog, Jan 12, 2013.

  1. #1
    Hi Guys,

    So I decided to re-brand my blog. I bought a new domain name and changed the primary domain name on my hosting account, I was able to type in the new domain name and reach my blog; but all the paths were still from my old domain. Example:

    1. passiveproductive.com - shows the home page
    2. I hover over the about link
    3. It shows: http://www.minimalblog.net/about
    4. I click 'about' and it redirects to my old domain parked as a URL
    So somehow I need to rename the paths, etc. I'm quite confused.

    Another thing to note is that I can't log-in to wordpress with this new domain name, not sure why. Any help would be appreciated!
     
    MinimalBlog, Jan 12, 2013 IP
  2. DennisKnows

    DennisKnows Active Member

    Messages:
    265
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    63
    #2
    This happened to me before. I ended up paying someone on Fiverr.com to fix it for me...
     
    DennisKnows, Jan 13, 2013 IP
  3. ijoome

    ijoome Well-Known Member

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #3
    To easily access to the wp-options table, juste enter the following url in your browser adress bar:
    http://www.yourblog.com/wp-admin/options.php
    Code (markup):
     
    ijoome, Jan 22, 2013 IP
  4. jenny82

    jenny82 Active Member

    Messages:
    50
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    68
    #4
    you should try this plugin( Velvet Blues Update URLs) to change to the new domain name, or try to change it in phpmyadmin
     
    jenny82, Jan 28, 2013 IP
  5. BizMentor

    BizMentor Well-Known Member

    Messages:
    350
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    120
    #5
    Can you log into the database? If so, you can simply edit the table to reflect your new domain and everything will work fine.

    Edit:
    1. Backup your database and save the copy off-site.
    2. Login to phpMyAdmin.
    3. Click the link to your Databases.
    4. A list of your databases will appear. Choose the one that is your WordPress database.
    5. All the tables in your database will appear on the screen.
    6. From the list, look for wp_options. Note: The table prefix of wp_ may be different if you changed it when installing.
    7. Click on the small icon indicated as Browse.
    8. A screen will open with a list of the fields within the wp_options table.
    9. Under the field option_name, scroll down and look for siteurl.
    10. Click the Edit Field icon which usually is found at the far left at the beginning of the row.
    11. The Edit Field window will appear.
    12. In the input box for option_value, carefully change the URL information to the new address.
    13. Verify this is correct and click Go to save the information.
    14. You should be returned to your wp_options table.
    15. Look for the home field in the table and click Edit Field. Note There are several pages of tables inside wp_options. Look for the > symbol to page through them.
    16. In the input box for option_value, carefully change the URL information to the new address.
    17. Verify this is correct and click Go to save the information.
     
    Last edited: Jan 30, 2013
    BizMentor, Jan 30, 2013 IP
  6. MinimalBlog

    MinimalBlog Member

    Messages:
    83
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #6
    Got it sorted guys :) thanks
     
    MinimalBlog, Jan 30, 2013 IP