<?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"
	>
<channel>
	<title>Comments on: Domain Switching</title>
	<atom:link href="http://www.mikeschepker.com/blog/2008/04/domain-switching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeschepker.com/blog/2008/04/domain-switching/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 16:57:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Plopi</title>
		<link>http://www.mikeschepker.com/blog/2008/04/domain-switching/#comment-17640</link>
		<dc:creator>Plopi</dc:creator>
		<pubDate>Tue, 15 Apr 2008 12:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/blog/?p=686#comment-17640</guid>
		<description>Be carefull, the hta that I've done is cleaned by wordpress and tere are some mistake on it.
Lots of tips o this page:
http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/</description>
		<content:encoded><![CDATA[<p>Be carefull, the hta that I&#8217;ve done is cleaned by wordpress and tere are some mistake on it.<br />
Lots of tips o this page:<br />
<a href="http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/">http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shep</title>
		<link>http://www.mikeschepker.com/blog/2008/04/domain-switching/#comment-17639</link>
		<dc:creator>shep</dc:creator>
		<pubDate>Tue, 15 Apr 2008 11:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/blog/?p=686#comment-17639</guid>
		<description>Thanks!  I'll try this out.</description>
		<content:encoded><![CDATA[<p>Thanks!  I&#8217;ll try this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plopi</title>
		<link>http://www.mikeschepker.com/blog/2008/04/domain-switching/#comment-17623</link>
		<dc:creator>Plopi</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/blog/?p=686#comment-17623</guid>
		<description>The correct htaccess

RewriteCond %{HTTP_HOST} !^www.mikeschepker.com/blog/$
RewriteRule /?(.*) http://www.pieceofshep.com/$1 [R=301,L]</description>
		<content:encoded><![CDATA[<p>The correct htaccess</p>
<p>RewriteCond %{HTTP_HOST} !^www.mikeschepker.com/blog/$<br />
RewriteRule /?(.*) <a href="http://www.pieceofshep.com/1">http://www.pieceofshep.com/1</a> [R=301,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plopi</title>
		<link>http://www.mikeschepker.com/blog/2008/04/domain-switching/#comment-17622</link>
		<dc:creator>Plopi</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/blog/?p=686#comment-17622</guid>
		<description>Simply move blog on the news domaine.
Configure it same this one (especially permalink structure).
Export all content and import on the new blog.

Put an htaccess:
RewriteCond %{HTTP_HOST} !^www.mikeschepker.com/blog/$
RewriteRule /?(.*) http://www.pieceofshep.com/$1 [R=301,L]

OR
RewriteCond %{HTTP_HOST} !^www.mikeschepker.com/blog/$
RewriteRule /?(.*) http://www.pieceofshep.com/blog/$1 [R=301,L]

Wait for search engine understand it.
You won't lost your positions and your traffic too.

Hope this help

@+</description>
		<content:encoded><![CDATA[<p>Simply move blog on the news domaine.<br />
Configure it same this one (especially permalink structure).<br />
Export all content and import on the new blog.</p>
<p>Put an htaccess:<br />
RewriteCond %{HTTP_HOST} !^www.mikeschepker.com/blog/$<br />
RewriteRule /?(.*) <a href="http://www.pieceofshep.com/1">http://www.pieceofshep.com/1</a> [R=301,L]</p>
<p>OR<br />
RewriteCond %{HTTP_HOST} !^www.mikeschepker.com/blog/$<br />
RewriteRule /?(.*) <a href="http://www.pieceofshep.com/blog/1">http://www.pieceofshep.com/blog/1</a> [R=301,L]</p>
<p>Wait for search engine understand it.<br />
You won&#8217;t lost your positions and your traffic too.</p>
<p>Hope this help</p>
<p>@+</p>
]]></content:encoded>
	</item>
</channel>
</rss>
