<?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/"
	>

<channel>
	<title>WordPressHelp &#187; moving</title>
	<atom:link href="http://wordpresshelp.org/tag/moving/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpresshelp.org</link>
	<description>Making WordPress Even Easier to Use!</description>
	<pubDate>Sun, 04 Jan 2009 22:32:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to move a WordPress site</title>
		<link>http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/</link>
		<comments>http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 10:43:57 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
		
		<category><![CDATA[Guides]]></category>

		<category><![CDATA[moving]]></category>

		<category><![CDATA[site]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/?p=14</guid>
		<description><![CDATA[  This applies to moving the site within your own webspace, or if you want to move it to another host server. I have read a few versions of how to this and many details have been missed that are important. 
Notes


 When moving a site you have to consider if you have ever [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2008/02/11/how-to-recover-a-dead-wordpress-site/' rel='bookmark' title='Permanent Link: How to recover a dead WordPress site'>How to recover a dead WordPress site</a> <small> I discovered this by accident and it worked! I...</small></li><li><a href='http://wordpresshelp.org/2008/04/25/wordpress-site-performance/' rel='bookmark' title='Permanent Link: WordPress Site Performance'>WordPress Site Performance</a> <small>For those of you who have been kind enough to...</small></li><li><a href='http://wordpresshelp.org/2008/08/24/database-admin-tool/' rel='bookmark' title='Permanent Link: Database Admin Tool'>Database Admin Tool</a> <small>I don&#8217;t know how many folks, like me, have had...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>  <strong>This applies to <a href="http://wordpresshelp.org/tag/moving/" class="st_tag internal_tag" rel="tag" title="Posts tagged with moving">moving</a> the <a href="http://wordpresshelp.org/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> within your own webspace, or if you want to move it to another host server. I have read a few versions of how to this and many details have been missed that are important. </strong></p>
<p><strong>Notes</strong></p>
<ol>
<li class="level1">
<p class="li"> When <a href="http://wordpresshelp.org/tag/moving/" class="st_tag internal_tag" rel="tag" title="Posts tagged with moving">moving</a> a <a href="http://wordpresshelp.org/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> you have to consider if you have ever modified (hacked) any core files in <a href="http://wordpresshelp.org/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">wordpress</a></p>
</li>
<li class="level1">
<p class="li"> If you have and you want to maintain the functionality you must copy these over to the new installation</p>
</li>
<li class="level1">
<p class="li"> <a href="http://wordpresshelp.org/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a> stores all user data in the wp-content folder and sub-directories and its database. This means all plugins, themes, images and other added fies will be in wp-content folder. NOTE. Some plugins DO put files elsewhere. Be aware!</p>
</li>
<li class="level1">
<p class="li"> If your file mods/ hacks are in the wp-content folder then carry on as below.</p>
</li>
<li class="level1">
<p class="li"> If you have hacked/modified files anywhere else, these must be copied over separately.</p>
</li>
<li class="level1">
<p class="li"> If you have no special mods/hacks, simple ignore the above.</p>
</li>
</ol>
<p><strong>Preparation on the old <a href="http://wordpresshelp.org/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a></strong></p>
<ol>
<li class="level1">
<p class="li"> log into the original <a href="http://wordpresshelp.org/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> as admin</p>
</li>
<li class="level1">
<p class="li"> Deactivate all cache settings and cache plugins. Make sure all cache files are cleared/ deleted.</p>
</li>
<li class="level1">
<p class="li"> If you have Askimet installed make sure you delete any spam comments in the moderation queue.</p>
</li>
<li class="level1">
<p class="li"> Log in to the <acronym title="File Transfer Protocol">FTP</acronym> account and copy the wp-content folder and config.php to your desktop.</p>
</li>
<li class="level1">
<p class="li"> Copy any other files from other locations if they have been modified! (see notes above)</p>
</li>
<li class="level1">
<p class="li"> Some plugins are poor at removing their database tables and configs from the database. Login to phpMyadmin and delete any tables that are no longer being used by your existing activated plugins.</p>
</li>
<li class="level1">
<p class="li"> Now optimize your database using the cpanel or other utility</p>
</li>
<li class="level1">
<p class="li"> Make a database backup, using cpanel, phpmyadmin, db backup, or some other utility.</p>
</li>
</ol>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2008/02/11/how-to-recover-a-dead-wordpress-site/' rel='bookmark' title='Permanent Link: How to recover a dead WordPress site'>How to recover a dead WordPress site</a> <small> I discovered this by accident and it worked! I...</small></li><li><a href='http://wordpresshelp.org/2008/04/25/wordpress-site-performance/' rel='bookmark' title='Permanent Link: WordPress Site Performance'>WordPress Site Performance</a> <small>For those of you who have been kind enough to...</small></li><li><a href='http://wordpresshelp.org/2008/08/24/database-admin-tool/' rel='bookmark' title='Permanent Link: Database Admin Tool'>Database Admin Tool</a> <small>I don&#8217;t know how many folks, like me, have had...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
