<?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 Your Blog: A WordPress Plugin to Permanently Redirect Your Posts</title>
	<atom:link href="http://rmarsh.com/2006/09/23/moving-your-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://rmarsh.com/2006/09/23/moving-your-blog/</link>
	<description>Spirituality and Theology</description>
	<lastBuildDate>Tue, 17 Nov 2009 00:08:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: araç kiralama</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-19584</link>
		<dc:creator>araç kiralama</dc:creator>
		<pubDate>Thu, 14 May 2009 16:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-19584</guid>
		<description>I&#039;m sure Ive seen one…and sifting through the WP site is a nightmare</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure Ive seen one…and sifting through the WP site is a nightmare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Velvet Blues</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-18548</link>
		<dc:creator>Velvet Blues</dc:creator>
		<pubDate>Sat, 04 Oct 2008 19:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-18548</guid>
		<description>We recently released an &lt;a href=&quot;http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/&quot; rel=&quot;nofollow&quot;&gt;Update URLs plugin&lt;/a&gt; which help replace all occurrences of your old domain with your new domain.

It fixes the permalinks as well as any links within you posts or pages.

It can be found at: http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/</description>
		<content:encoded><![CDATA[<p>We recently released an <a href="http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/" rel="nofollow">Update URLs plugin</a> which help replace all occurrences of your old domain with your new domain.</p>
<p>It fixes the permalinks as well as any links within you posts or pages.</p>
<p>It can be found at: <a href="http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/" rel="nofollow">http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moving Your Blog &#187; Wordpress Plugins</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-15749</link>
		<dc:creator>Moving Your Blog &#187; Wordpress Plugins</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-15749</guid>
		<description>[...] Version: 1.0 - License: GPL - Author: n/a - Plugin Page    - » Download [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #EDF3DE; padding: 1em">
<p>[...] Version: 1.0 &#8211; License: GPL &#8211; Author: n/a &#8211; Plugin Page    &#8211; » Download [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lichao</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-13325</link>
		<dc:creator>Lichao</dc:creator>
		<pubDate>Mon, 02 Jun 2008 03:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-13325</guid>
		<description>Hi, Rob,

I figured out what the problem is and was able to bypass it, but that&#039;s not an elegant solution. I set up my wordpress installation in a folder called blog and pointed  a subdomain  at the installation.   So the old blog url is blog.example.com and the physical address is example.com/blog. 

So here is the line that caused problem
&lt;code&gt;&lt;form method=&quot;post&quot; action=&quot;&lt;?php echo $_SERVER[&#039;PHP_SELF&#039;]; ?&gt;?page=moving.php&quot;&gt;
&lt;/code&gt;

$_SERVER[&#039;PHP_SELF&#039;] returns the actual physical address, which includes the subdirectory, blog/wp-admin/options-general.php,  so the update button actually points to 
blog.example.com/blog/wp-admin/options-general.php?page=moving.php, which leads to a 404 error. 

My solution was to hardcode the URL into this line, but I bet you will find a better solution. 

Finally, this is an excellent plugin and thank you very much for giving it out  for free.</description>
		<content:encoded><![CDATA[<p>Hi, Rob,</p>
<p>I figured out what the problem is and was able to bypass it, but that&#8217;s not an elegant solution. I set up my wordpress installation in a folder called blog and pointed  a subdomain  at the installation.   So the old blog url is blog.example.com and the physical address is example.com/blog. </p>
<p>So here is the line that caused problem<br />
<pre><code>&lt;form method="post" action="&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;?page=moving.php"&gt;
</code></pre></p>
<p>$_SERVER['PHP_SELF'] returns the actual physical address, which includes the subdirectory, blog/wp-admin/options-general.php,  so the update button actually points to<br />
blog.example.com/blog/wp-admin/options-general.php?page=moving.php, which leads to a 404 error. </p>
<p>My solution was to hardcode the URL into this line, but I bet you will find a better solution. </p>
<p>Finally, this is an excellent plugin and thank you very much for giving it out  for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-13266</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 01 Jun 2008 10:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-13266</guid>
		<description>Lichao: What did you enter as the new URL? Also can you give details of your platform, server, etc.</description>
		<content:encoded><![CDATA[<p>Lichao: What did you enter as the new URL? Also can you give details of your platform, server, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lichao</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-13226</link>
		<dc:creator>Lichao</dc:creator>
		<pubDate>Sun, 01 Jun 2008 01:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-13226</guid>
		<description>Hi, Rob,

When I undated the the new URL, I got an error message saying that &quot;The requested URL http:// was not found on this server.&quot;

What could be wrong?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, Rob,</p>
<p>When I undated the the new URL, I got an error message saying that &#8220;The requested URL http:// was not found on this server.&#8221;</p>
<p>What could be wrong?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Little-Known Secrets of Changing Blog Engines &#124; John A Simpson</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-12729</link>
		<dc:creator>The Little-Known Secrets of Changing Blog Engines &#124; John A Simpson</dc:creator>
		<pubDate>Thu, 22 May 2008 20:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-12729</guid>
		<description>[...] Moving Your Blog: A WordPress Plugin [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #EDF3DE; padding: 1em">
<p>[...] Moving Your Blog: A WordPress Plugin [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boogle</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-9523</link>
		<dc:creator>Boogle</dc:creator>
		<pubDate>Tue, 26 Feb 2008 19:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-9523</guid>
		<description>Has any one had any major issues with this method? I am Looking at moving my bog over but am hesitant.</description>
		<content:encoded><![CDATA[<p>Has any one had any major issues with this method? I am Looking at moving my bog over but am hesitant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilneiss</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-9480</link>
		<dc:creator>Dilneiss</dc:creator>
		<pubDate>Tue, 19 Feb 2008 03:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-9480</guid>
		<description>aahhh
link offline =(
can u fix that link please???</description>
		<content:encoded><![CDATA[<p>aahhh<br />
link offline =(<br />
can u fix that link please???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilneiss</title>
		<link>http://rmarsh.com/2006/09/23/moving-your-blog/comment-page-2/#comment-9479</link>
		<dc:creator>Dilneiss</dc:creator>
		<pubDate>Tue, 19 Feb 2008 03:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/2006/09/23/moving-your-blog/#comment-9479</guid>
		<description>aahhh
link offline =(
can u fix that link please??</description>
		<content:encoded><![CDATA[<p>aahhh<br />
link offline =(<br />
can u fix that link please??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
