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: passiveproductive.com - shows the home page I hover over the about link It shows: http://www.minimalblog.net/about 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!
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):
you should try this plugin( Velvet Blues Update URLs) to change to the new domain name, or try to change it in phpmyadmin
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: Backup your database and save the copy off-site. Login to phpMyAdmin. Click the link to your Databases. A list of your databases will appear. Choose the one that is your WordPress database. All the tables in your database will appear on the screen. From the list, look for wp_options. Note: The table prefix of wp_ may be different if you changed it when installing. Click on the small icon indicated as Browse. A screen will open with a list of the fields within the wp_options table. Under the field option_name, scroll down and look for siteurl. Click the Edit Field icon which usually is found at the far left at the beginning of the row. The Edit Field window will appear. In the input box for option_value, carefully change the URL information to the new address. Verify this is correct and click Go to save the information. You should be returned to your wp_options table. 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. In the input box for option_value, carefully change the URL information to the new address. Verify this is correct and click Go to save the information.