<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Migrating a WordPress Install to a New Domain</title>
	<atom:link href="http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain/feed" rel="self" type="application/rss+xml" />
	<link>http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain</link>
	<description>Austin web designer - Adam Freetly</description>
	<lastBuildDate>Fri, 09 Jul 2010 22:31:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Will</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain/comment-page-1#comment-33802</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 05 May 2009 19:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://archgfx.net/?p=1303#comment-33802</guid>
		<description>Adam,

thanks for the guide.  i&#039;m running into a dead end.

i&#039;m moving from my home test server at www.example.com/test to a Dreamhost server at www.domain.com/site.

I&#039;ve followed your steps but when i have uploaded everything and done the db work, i get a redirect at the .com/site and I get a loop when trying to login.

any suggestions?</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>thanks for the guide.  i&#8217;m running into a dead end.</p>
<p>i&#8217;m moving from my home test server at <a href="http://www.example.com/test" rel="nofollow">http://www.example.com/test</a> to a Dreamhost server at <a href="http://www.domain.com/site" >http://www.domain.com/site</a>.</p>
<p>I&#8217;ve followed your steps but when i have uploaded everything and done the db work, i get a redirect at the .com/site and I get a loop when trying to login.</p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esther</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain/comment-page-1#comment-33789</link>
		<dc:creator>Esther</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://archgfx.net/?p=1303#comment-33789</guid>
		<description>I refer to this post every time I migrate a site -- it keeps me from making one little mistake that ends up taking half an hour to fix. Thanks!</description>
		<content:encoded><![CDATA[<p>I refer to this post every time I migrate a site &#8212; it keeps me from making one little mistake that ends up taking half an hour to fix. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Howard</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain/comment-page-1#comment-32096</link>
		<dc:creator>Andy Howard</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://archgfx.net/?p=1303#comment-32096</guid>
		<description>Awesome guide, just what I&#039;ve been looking for. I&#039;ve found migrations a little tricky in the past, and this will really help me.</description>
		<content:encoded><![CDATA[<p>Awesome guide, just what I&#8217;ve been looking for. I&#8217;ve found migrations a little tricky in the past, and this will really help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain/comment-page-1#comment-30816</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 25 Apr 2008 21:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://archgfx.net/?p=1303#comment-30816</guid>
		<description>@HSO -
interesting, i&#039;ve never seen a setup that didn&#039;t include the http:// prefix.  The reason I included the http:// is to make sure that there aren&#039;t www&#039;s left over.  if you&#039;re find/replacing without the http://, you should replace 
&lt;code&gt;&#039;dev.site.local/temp&lt;/code&gt;
with
&lt;code&gt;&#039;example.com&lt;/code&gt;

And yes, it&#039;s very important to make sure you have the same database prefix.</description>
		<content:encoded><![CDATA[<p>@HSO -<br />
interesting, i&#8217;ve never seen a setup that didn&#8217;t include the http:// prefix.  The reason I included the http:// is to make sure that there aren&#8217;t www&#8217;s left over.  if you&#8217;re find/replacing without the http://, you should replace<br />
<code>'dev.site.local/temp</code><br />
with<br />
<code>'example.com</code></p>
<p>And yes, it&#8217;s very important to make sure you have the same database prefix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain/comment-page-1#comment-30815</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Fri, 25 Apr 2008 19:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://archgfx.net/?p=1303#comment-30815</guid>
		<description>In some instances, the SQL data will not contain the http prefix, so it&#039;s better to just find and replace without the http://

Also, it is imperative that the prefix used while creating the database both on your local server/old site and online/new site are the same. WordPress by default uses wp_ as the prefix (in wp-config.php), but if your any reason you changed it, you should use that very prefix on the new install. Adam, correct me if I am off here.</description>
		<content:encoded><![CDATA[<p>In some instances, the <acronym title='Structured Query Language'><span class='caps'>SQL</span></acronym> data will not contain the http prefix, so it&#8217;s better to just find and replace without the http://</p>
<p>Also, it is imperative that the prefix used while creating the database both on your local server/old site and online/new site are the same. WordPress by default uses wp_ as the prefix (in wp-config.php), but if your any reason you changed it, you should use that very prefix on the new install. Adam, correct me if I am off here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
