<?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: How to Move WPMU to a New Domain &#8211; The Simplest Guide Ever</title>
	<atom:link href="http://wpmu.org/how-to-move-wpmu-to-a-new-domain-the-simplest-guide-ever/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmu.org/how-to-move-wpmu-to-a-new-domain-the-simplest-guide-ever/</link>
	<description>WordPress, Multisite &#38; BuddyPress plugins, themes, news and reviews and special offers from the team at WPMU.org</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:30:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Filly</title>
		<link>http://wpmu.org/how-to-move-wpmu-to-a-new-domain-the-simplest-guide-ever/#comment-10221</link>
		<dc:creator>Filly</dc:creator>
		<pubDate>Fri, 12 Mar 2010 11:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=26815#comment-10221</guid>
		<description>Also don&#039;t forget to change the value for DOMAIN_CURRENT_SITE otherwise it will not be possible to login to your new installation.</description>
		<content:encoded><![CDATA[<p>Also don&#8217;t forget to change the value for DOMAIN_CURRENT_SITE otherwise it will not be possible to login to your new installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Vancoillie</title>
		<link>http://wpmu.org/how-to-move-wpmu-to-a-new-domain-the-simplest-guide-ever/#comment-6106</link>
		<dc:creator>Chris Vancoillie</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=26815#comment-6106</guid>
		<description>Thank you for the very informative guide. 

We would like to add www to our existing site http://ancestry24.com that&#039;s been up and running for a while now.

We are running: WPMU 2.8.6 / Buddypress 1.1.3

I&#039;ve commented out the www stripping code in wpmu-settings.php, added a 301 redirect in .htaccess to add www. Search and replaced all the instances of http://ancestry24.com to http://www.ancestry24.com and edited wp-config.php to use www.ancestry24.com, but all fails...

Any suggestions would be appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you for the very informative guide. </p>
<p>We would like to add www to our existing site <a href="http://ancestry24.com" rel="nofollow">http://ancestry24.com</a> that&#8217;s been up and running for a while now.</p>
<p>We are running: WPMU 2.8.6 / Buddypress 1.1.3</p>
<p>I&#8217;ve commented out the www stripping code in wpmu-settings.php, added a 301 redirect in .htaccess to add www. Search and replaced all the instances of <a href="http://ancestry24.com" rel="nofollow">http://ancestry24.com</a> to <a href="http://www.ancestry24.com" rel="nofollow">http://www.ancestry24.com</a> and edited wp-config.php to use <a href="http://www.ancestry24.com" rel="nofollow">http://www.ancestry24.com</a>, but all fails&#8230;</p>
<p>Any suggestions would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Coveney</title>
		<link>http://wpmu.org/how-to-move-wpmu-to-a-new-domain-the-simplest-guide-ever/#comment-6061</link>
		<dc:creator>David Coveney</dc:creator>
		<pubDate>Tue, 08 Dec 2009 16:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=26815#comment-6061</guid>
		<description>Uhm, typo in my previous message - instead of just &#039;,badly,&#039; there should be &#039;, could be badly corrupted,&#039; - sorry about that.</description>
		<content:encoded><![CDATA[<p>Uhm, typo in my previous message &#8211; instead of just &#8216;,badly,&#8217; there should be &#8216;, could be badly corrupted,&#8217; &#8211; sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Coveney</title>
		<link>http://wpmu.org/how-to-move-wpmu-to-a-new-domain-the-simplest-guide-ever/#comment-6060</link>
		<dc:creator>David Coveney</dc:creator>
		<pubDate>Tue, 08 Dec 2009 16:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=26815#comment-6060</guid>
		<description>Nice guide, but you can&#039;t just do a search and replace on the SQL output from a DB backup and expect it to work properly, sadly.  What will happen is that the serialized PHP arrays that are used in many places in WP, badly, if the domain appears in them and the length changes in any way.  Widgets will break, settings will disappear... it&#039;s not pretty.

Your method is fine for a simple install, with simple blogs, but otherwise flakey.

Thankfully, and without doing too much of my own trumpet blowing, I hope, I recently documented an alternative way to migrate WPMU and pals over at http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/ and we&#039;ve released a search and replace utility, which works at least on the sites we&#039;ve tested it on, over at http://spectacu.la/search-and-replace-for-wordpress-databases/

I hope you don&#039;t mind those links in there, and that you find them useful.</description>
		<content:encoded><![CDATA[<p>Nice guide, but you can&#8217;t just do a search and replace on the SQL output from a DB backup and expect it to work properly, sadly.  What will happen is that the serialized PHP arrays that are used in many places in WP, badly, if the domain appears in them and the length changes in any way.  Widgets will break, settings will disappear&#8230; it&#8217;s not pretty.</p>
<p>Your method is fine for a simple install, with simple blogs, but otherwise flakey.</p>
<p>Thankfully, and without doing too much of my own trumpet blowing, I hope, I recently documented an alternative way to migrate WPMU and pals over at <a href="http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/" rel="nofollow">http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/</a> and we&#8217;ve released a search and replace utility, which works at least on the sites we&#8217;ve tested it on, over at <a href="http://spectacu.la/search-and-replace-for-wordpress-databases/" rel="nofollow">http://spectacu.la/search-and-replace-for-wordpress-databases/</a></p>
<p>I hope you don&#8217;t mind those links in there, and that you find them useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

