<?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: Moving WordPress blog how-to, new domain new host</title>
	<atom:link href="http://www.individualeleven.net/2010/02/moving-wordpress-blog-how-to-new-domain-new-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.individualeleven.net/2010/02/moving-wordpress-blog-how-to-new-domain-new-host/</link>
	<description>Tech and gadgetry for free thinking individuals.</description>
	<lastBuildDate>Wed, 21 Dec 2011 12:17:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bengt</title>
		<link>http://www.individualeleven.net/2010/02/moving-wordpress-blog-how-to-new-domain-new-host/comment-page-1/#comment-4785</link>
		<dc:creator>Bengt</dc:creator>
		<pubDate>Sun, 22 Aug 2010 08:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.individualeleven.net/?p=1100#comment-4785</guid>
		<description>Hi,

I have acctually done this yesterday and everything went smooht.. i did not do any hacks. but i do control my old domain though. so i wanted all users to get to my new domain automatically

by adding this file on my in my old domain everything worked straight away


# BEGIN WordPress

RewriteEngine On

RewriteCond %{HTTP_HOST}	!^www\.ellisons\.se* [NC]
RewriteCond %{HTTP_HOST}	!^$
RewriteCond %{HTTP_HOST}	^(www\.)?([^.]+)\.
RewriteRule .				http://www.ellisons.se/%2%{REQUEST_URI}
RewriteCond %{REQUEST_URI} 	^(.*/)index\.html$
RewriteRule (.*/)index\.html*$			$1%1 [L]



# END WordPress

i moved from bengt.fambrodin.se to wwww.ellisons.se/bengt</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have acctually done this yesterday and everything went smooht.. i did not do any hacks. but i do control my old domain though. so i wanted all users to get to my new domain automatically</p>
<p>by adding this file on my in my old domain everything worked straight away</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On</p>
<p>RewriteCond %{HTTP_HOST}	!^www\.ellisons\.se* [NC]<br />
RewriteCond %{HTTP_HOST}	!^$<br />
RewriteCond %{HTTP_HOST}	^(www\.)?([^.]+)\.<br />
RewriteRule .				<a href="http://www.ellisons.se/%2%" rel="nofollow">http://www.ellisons.se/%2%</a>{REQUEST_URI}<br />
RewriteCond %{REQUEST_URI} 	^(.*/)index\.html$<br />
RewriteRule (.*/)index\.html*$			$1%1 [L]</p>
<p># END WordPress</p>
<p>i moved from bengt.fambrodin.se to wwww.ellisons.se/bengt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

