<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Exploring The Internet &#187; transfer domain</title> <atom:link href="http://www.learningwp.com/tag/transfer-domain/feed" rel="self" type="application/rss+xml" /><link>http://www.learningwp.com</link> <description>Exploring the web - Growing my experience toward my online business</description> <lastBuildDate>Tue, 20 Sep 2011 20:51:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>How to Transfer My WordPress Blog to a New Domain?</title><link>http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html</link> <comments>http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html#comments</comments> <pubDate>Tue, 25 Nov 2008 04:47:13 +0000</pubDate> <dc:creator>Lanna</dc:creator> <category><![CDATA[Domain]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[WordPress Tips]]></category> <category><![CDATA[cpanel]]></category> <category><![CDATA[database name]]></category> <category><![CDATA[FTP]]></category> <category><![CDATA[mysql database]]></category> <category><![CDATA[mysql tutorial]]></category> <category><![CDATA[new domain]]></category> <category><![CDATA[phpMyAdmin]]></category> <category><![CDATA[transfer domain]]></category> <category><![CDATA[transfer WordPress]]></category> <category><![CDATA[WordPress blog]]></category><guid isPermaLink="false">http://www.learningwp.com/?p=150</guid> <description><![CDATA[I&#8217;ve just successfully transferred my old WordPress blog which is in the subdomain of /blog/ to a new domain (the current domain). This was done within the same host. First I used FTP to back up my old WordPress blog files to my laptop. Second I upgraded my old WordPress 2.6.1 to be the newest [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve just successfully transferred my old <em>WordPress</em> blog which is in the subdomain of /blog/ to a new domain (the current domain). This was done within the same host.</p><ul><li>First I used <a title="How to Set Up FTP to transfer Files?" href="http://meaningfulblog.blogspot.com/2008/03/how-to-set-up-ftp-to-transfer-files.html" target="_blank">FTP</a> to back up my old <em>WordPress</em> blog files to my laptop.</li></ul><ul><li>Second I upgraded my old <em>WordPress 2.6.1</em> to be the newest version <a title="How to Upgrade Your WordPress Blog to WordPress 2.6.5?" href="http://www.learningwp.com/how-to-upgrade-your-wordpress-blog-to-wordpress-265.html">WordPress 2.6.5</a>.</li></ul><ul><li>Third I logged in to my host&#8217;s <span style="color: #cc66cc;">cPanel</span>/<span style="color: #cc66cc;">phpMyAdmin</span> to export my old <em>WordPress</em> blog&#8217;s database to my laptop. See <a title="WordPress Database Backup" href="http://www.tamba2.org.uk/wordpress/backup/" target="_blank">WordPress Backup with phpMyAdmin</a> here.</li></ul><ul><li>Next I created a new folder named wp for the new domain. I then created a <span style="color: #cc66cc;">robots.txt</span> in wp folder with the following contents:<br /><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="width: 460px; height: 30px; background-color: #dddddd; border: 1px solid #cccccc;" align="left"><p style="margin: 5pt 9pt; text-align: justify;"><code>User-agent: *<br /> Disallow: /</code></p></td></tr></tbody></table><p>This is to prevent any search engines to crawl my site before it is ready.</li></ul><ul><li>Next I created a new database in my host <span style="color: #cc66cc;">cPanel</span> for this new domain. See <a title="WordPress Tutorial: Setting Up A MySQL Database With cPanel" href="http://www.siteground.com/tutorials/php-mysql/mysql_database_user.htm" target="_blank">WordPress Tutorial: Setting Up A MySQL Database With cPanel</a> here.</li></ul><ul><li>Next I typed the url of my website in my browse to run the install and input the information I&#8217;v got from the last step to finish the installation.</li></ul><ul><li>Then I edited <span style="color: #cc66cc;">wp-config.php</span> file which should be in your root directory and changed the high-lighted parts with the information I&#8217;ve got earlier.</li><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="width: 460px; height: 30px; background-color: #dddddd; border: 1px solid #cccccc;" align="left"><p style="margin: 5pt 9pt; text-align: justify;"><code>define('DB_NAME', 'databasename'); // Change the high-lighted part to be your database name<br /> define('DB_USER', 'mysqlusername'); // Change the high-lighted part to be your MySQL username<br /> define('DB_PASSWORD', 'mysqlpassword'); // Change the high-lighted part to be your password<br /> define('DB_HOST', 'localhost'); // 99% chance you won’t need to change this value.</code></p></td></tr></tbody></table></ul><ul><li>Next I used <a title="How to Set Up FTP to transfer Files?" href="http://meaningfulblog.blogspot.com/2008/03/how-to-set-up-ftp-to-transfer-files.html" target="_blank">FTP</a> to upload all my old <em>WordPress</em> blog&#8217;s files to <span style="color: #cc66cc;">public_html</span>/<span style="color: #cc66cc;">wp</span> folder.</li></ul><ul><li>Then I imported my old database to replace the new one I&#8217;ve created eariler. (if your database name, mysql username, and mysql password are the same as the old one, then you don&#8217;t need to do anything otherwise you have to change them before you can import it.)</li></ul><ul><li>Then I logged in to my <em>WordPress</em> admin area and used <a onclick="exitTracker._trackEvent('article','http://wordpress.org/extend/plugins/search-and-replace/');" href="http://wordpress.org/extend/plugins/search-and-replace/">Search and Replace plugin</a> to search all my old <em>WordPress</em> urls in database to be replaced with my new urls.</li></ul><ul><li>Then I double checked my website to see whether everything was working properly. After that I deleted the <span style="color: #cc66cc;">robots.txt</span> file.</li></ul><ul><li>Finally I added the following line in my old blog&#8217;s .htaccess file right after <span style="color: #cc66cc;">RewriteEngine On</span>, see below<br /><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="width: 460px; height: 30px; background-color: #dddddd; border: 1px solid #cccccc;" align="left"><p style="margin: 5pt 9pt; text-align: justify;"><code>RewriteEngine On<br /> RewriteRule ^(.*)$ http://www.<span style="color: #cc66cc;">yourdomainname</span>.com/$1 [R=301,L]</code></p></td></tr></tbody></table></li><p>You must change <span style="color: #cc66cc;">yourdomainname</span> to be your actual domain name. Adding this line in my old blog&#8217;s .htaccess will ensure that all my old blog&#8217;s traffic will be redirected to my new blog with every single post I&#8217;ve created.</ul><p>Any questions? or suggestions? Please share them with us.</p><p>Related articles<br /> <a title="Transfer My Joomla! Website to a New Host" href="http://meaningfulblog.blogspot.com/2008/09/transfer-my-joomla-website-to-new-host.html" target="_blank">Transfer My Joomla! Website to a New Host</a><br /> <a title="How to Transfer Your Joomla! Website to a New Domain?" href="http://meaningfulblog.blogspot.com/2008/11/transfer-joomla-website-to-new-domain.html" target="_blank">How to Transfer Your Joomla! Website to a New Domain?</a></p><p><div style="float:left;width:100%;margin-right:1%;height:150px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=160717943075&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">WordPress Website Hosting, cPanel Host, Unlimited Server Space for Web Site</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=160717943075&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/160717943075_0.jpg"></a></td><td><strong>US &#36;25.00</strong><br /> End Date: Wednesday Feb-15-2012 11:06:04 PST<br />Buy It Now for only: US &#36;25.00<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=160717943075&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+host&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D160717943075%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table></div><div style="float:left;width:100%;margin-right:1%;height:150px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=350433616171&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">NEW WORDPRESS BLOG INSTALLATION, UPGRADE, CHANGING HOST</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=350433616171&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/350433616171_0.jpg"></a></td><td><strong>US &#36;15.95</strong><br /> End Date: Thursday Feb-16-2012 5:36:55 PST<br />Buy It Now for only: US &#36;15.95<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=350433616171&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+host&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D350433616171%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table></div></p><div class="sociable"><div class="sociable_tagline"> <strong>Share and Enjoy:</strong></div><ul><li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;bodytext=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;notes=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;t=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;h=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;annotation=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;submitHeadline=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;submitSummary=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li><li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;t=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li></ul></div> ]]></content:encoded> <wfw:commentRss>http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html/feed</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>How to Transfer Your WordPress Blog to a New Host?</title><link>http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html</link> <comments>http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html#comments</comments> <pubDate>Sun, 14 Sep 2008 23:42:03 +0000</pubDate> <dc:creator>Lanna</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[Web Hosting]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Tips]]></category> <category><![CDATA[absolute path]]></category> <category><![CDATA[database name]]></category> <category><![CDATA[database wizard]]></category> <category><![CDATA[mysql databases]]></category> <category><![CDATA[new host]]></category> <category><![CDATA[phpMyAdmin]]></category> <category><![CDATA[sql database]]></category> <category><![CDATA[transfer domain]]></category> <category><![CDATA[transfer WordPress]]></category> <category><![CDATA[WordPress blog]]></category> <category><![CDATA[WP]]></category><guid isPermaLink="false">http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html</guid> <description><![CDATA[I&#8217;ve just successfully transferred this WordPress blog (version WordPress 2.6.1) to a new host &#8211; hostmonster.com. The reason I wanted to switch to hostmonster.com is that not only it provides reasonable price but also offers unlimited hosting space, unlimited site bandwidth, and hosting unlimited domains. With $5.95/month, you can get as many as 100 SQL [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve just successfully transferred this <em>WordPress</em> blog (version <em>WordPress 2.6.1</em>) to a new host &#8211; <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" rel="nofollow" href="http://www.kqzyfj.com/click-2893050-10422157" target="_blank">hostmonster.com</a>. The reason I wanted to switch to <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" rel="nofollow" href="http://www.kqzyfj.com/click-2893050-10422157" target="_blank">hostmonster.com</a> is that not only it provides reasonable price but also offers unlimited hosting space, unlimited site bandwidth, and hosting unlimited domains. With $5.95/month, you can get as many as 100 <em>SQL</em> (<em>Structured Query Language</em>) databases. This is really a good deal in comparison to my previous host which only offered 1 <em>SQL</em> database with $9.95/month.</p><p style="text-align: left;">However transferring your <em>WordPress</em> blog/website to a new host is not an easy job; especially if you are new to this realm. If one day for any reason you decide to transfer your current <em>WordPress</em> blog/website to a new host, these are the steps I make them as smooth as they could be for you:</p><ul><li>First find a host that meets all your needs.</li></ul><ul><li>Second use <a title="The Benefits of Using FireFox With Google Toolbar" href="http://www.learningwp.com/the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to backup your <em>WordPress</em> files to your computer or laptop.</li></ul><ul><li>Third backup (export) your <em>WordPRess</em> database to your computer or laptop using <em>phpMyAdmin</em> in your current host&#8217;s <em>cPanel</em>. Check <a title="WordPress Database Backup" href="http://www.tamba2.org.uk/wordpress/backup/" target="_blank">WordPress Backup with phpMyAdmin</a> out for more details.</li></ul><ul><li>Next use <a title="The Benefits of Using FireFox With Google Toolbar" href="http://www.learningwp.com/the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to upload your <em>WordPress</em> files that you&#8217;ve backed up earlier to your <strong>new</strong> host&#8217;s root directory or any directory you prefer.</li></ul><ul><li>Next create a new database using either <em>MySQL <span style="font-family: Georgia; color: black;">®</span> Databases </em>or <em>MySQL <span style="font-family: Georgia; color: black;">®</span> Database Wizard</em> in your <strong>new</strong> host&#8217;s <em>cPanel</em>. See <a title="WordPress Tutorial: Setting Up A MySQL Database With cPanel" href="http://www.siteground.com/tutorials/php-mysql/mysql_database_user.htm" target="_blank">WordPress Tutorial: Setting Up A MySQL Database With cPanel</a> for more details.</li></ul><ul><li>Next change the information about your database or the absolute path before uploading (importing) it to your <strong>new</strong> host. Make sure you choose <span style="color: #ff0000;">binary</span> from <strong>Character set of the file</strong> otherwise some punctuation like apostrophe will not show properly. See the screenshot below: <a href="http://www.learningwp.com/wp-content/uploads/2008/12/import_phpmyadmin.jpg"><img class="alignnone size-full wp-image-225" title="import_phpmyadmin" src="http://www.learningwp.com/wp-content/uploads/2008/12/import_phpmyadmin.jpg" alt="Import phpMyAdmin" width="440" height="240" /></a></li></ul><ul><li>Then download your <strong>wp_config.php</strong> file, which should be in your root directory, to your computer or laptop;  edit the following lines and then upload it back to the same directory:<br /><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="background-color: #dddddd; width: 460px;"><p style="margin: 5pt 15pt; text-align: justify;"><code>define('DB_NAME', 'databasename'); // Change database name to be your actual database name<br /> define('DB_USER', 'mysqlusername'); // Change mysql username to be your MySQL username<br /> define('DB_PASSWORD', 'mysqlpassword'); // Change mysql password to be your actual password<br /> define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value.</code></p></td></tr></tbody></table></li></ul><ul><li>Finally point your domain to your <strong>new</strong> host&#8217;s name servers. In my case, they look like these: <strong>ns1.hostmonster.com</strong> and <strong>ns2.hostmonster.com</strong>. If you are not sure then you can ask your current host to have that done for you. Please be aware that <em>DNS</em> (<em>Domain Name System</em>) takes 24 to 48 hours to be completed due to <em>DNS&#8217;</em> propagation.</li></ul><p>Once you find out that everything is working properly, inform your current host to cancel your account. That is it. Any questions please ask in the comment section.</p><p>Related articles<br /> <a title="Transfer My Joomla! Website to a New Host" href="http://meaningfulblog.blogspot.com/2008/09/transfer-my-joomla-website-to-new-host.html" target="_blank">Transfer My Joomla! Website to a New Host</a></p><p><div style="float:left;width:100%;margin-right:1%;height:150px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=160717943075&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">WordPress Website Hosting, cPanel Host, Unlimited Server Space for Web Site</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=160717943075&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/160717943075_0.jpg"></a></td><td><strong>US &#36;25.00</strong><br /> End Date: Wednesday Feb-15-2012 11:06:04 PST<br />Buy It Now for only: US &#36;25.00<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=160717943075&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+host&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D160717943075%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table></div><div style="float:left;width:100%;margin-right:1%;height:150px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=350433616171&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">NEW WORDPRESS BLOG INSTALLATION, UPGRADE, CHANGING HOST</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=350433616171&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/350433616171_0.jpg"></a></td><td><strong>US &#36;15.95</strong><br /> End Date: Thursday Feb-16-2012 5:36:55 PST<br />Buy It Now for only: US &#36;15.95<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+host&icep_item=350433616171&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+host&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D350433616171%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table></div></p><div class="sociable"><div class="sociable_tagline"> <strong>Share and Enjoy:</strong></div><ul><li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;bodytext=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;notes=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;t=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;h=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;annotation=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;submitHeadline=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;submitSummary=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li><li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;t=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li></ul></div> ]]></content:encoded> <wfw:commentRss>http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.learningwp.com @ 2012-02-09 02:15:58 -->
