<?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 a WordPress blog from a subdirectory to subdomain preserving permalinks</title>
	<atom:link href="http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/</link>
	<description></description>
	<lastBuildDate>Thu, 24 May 2012 18:36:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Thomas Leichardt</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-246457</link>
		<dc:creator>Thomas Leichardt</dc:creator>
		<pubDate>Mon, 19 Mar 2012 03:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-246457</guid>
		<description>Awesome!

FYI I also had to add this line to the .htaccess file:
redirect /olddirectory http://articles.inneralchemycenter.com/
because inneralchemycenter.com/olddirectory would not redirect with your .htaccess mod
inneralchemycenter.com/olddirectory/ and all other links redirected but not inneralchemycenter.com/olddirectory (w/o trailing slash)
All the other permalinks redirected like a charm, and with the extra line inneralchemycenter.com/olddirectory (w/o trailing slash) also redirected.

Another thing, at first I couldn&#039;t get it to work because I was not moving files from olddirectory. I didn&#039;t have the need to put them in a new directory, however, the .htaccess file would not start redirecting until I did move the olddirectory to a new one. That is, at first I just pointed the subdomain to my old directory, trying to save a step, but then I changed old directory name to a new name, and repointed my subdomain. Now it works perfect! 

Thanks again for the great and simple instructions!

Tom</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
<p>FYI I also had to add this line to the .htaccess file:<br />
redirect /olddirectory <a href="http://articles.inneralchemycenter.com/" rel="nofollow">http://articles.inneralchemycenter.com/</a><br />
because inneralchemycenter.com/olddirectory would not redirect with your .htaccess mod<br />
inneralchemycenter.com/olddirectory/ and all other links redirected but not inneralchemycenter.com/olddirectory (w/o trailing slash)<br />
All the other permalinks redirected like a charm, and with the extra line inneralchemycenter.com/olddirectory (w/o trailing slash) also redirected.</p>
<p>Another thing, at first I couldn&#8217;t get it to work because I was not moving files from olddirectory. I didn&#8217;t have the need to put them in a new directory, however, the .htaccess file would not start redirecting until I did move the olddirectory to a new one. That is, at first I just pointed the subdomain to my old directory, trying to save a step, but then I changed old directory name to a new name, and repointed my subdomain. Now it works perfect! </p>
<p>Thanks again for the great and simple instructions!</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moving a WordPress Blog While Retaining Permalinks &#124; I Learned Something New</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-226890</link>
		<dc:creator>Moving a WordPress Blog While Retaining Permalinks &#124; I Learned Something New</dc:creator>
		<pubDate>Wed, 26 Oct 2011 01:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-226890</guid>
		<description>[...] Full instructions can be found at http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permal... [...]</description>
		<content:encoded><![CDATA[<p>[...] Full instructions can be found at <a href="http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permal" rel="nofollow">http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permal</a>&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amandeep Singh</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-221660</link>
		<dc:creator>Amandeep Singh</dc:creator>
		<pubDate>Tue, 02 Aug 2011 18:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-221660</guid>
		<description>Any updates on this brother?</description>
		<content:encoded><![CDATA[<p>Any updates on this brother?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amandeep Singh</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-221640</link>
		<dc:creator>Amandeep Singh</dc:creator>
		<pubDate>Mon, 01 Aug 2011 22:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-221640</guid>
		<description>Hi Rahul,

I am migrating my brother&#039;s current blog from http://bewakoof.com/blog to http://mag.bewakoof.com/

As the subdirectory name is blog and the subdomain is mag, does this process still hold good? I have done all the processes listed above and in .htaccess I am using:

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^blog/(.*) http://www.mag.bewakoof.com/$1 [R=301,NC]

Is this fine? I am unable to see any of the 2 - neither /blog or mag.bewakoof.com

Can you please help? My bro&#039;s blog is down and I am going to get killed :)

Regards,
Aman</description>
		<content:encoded><![CDATA[<p>Hi Rahul,</p>
<p>I am migrating my brother&#8217;s current blog from <a href="http://bewakoof.com/blog" rel="nofollow">http://bewakoof.com/blog</a> to <a href="http://mag.bewakoof.com/" rel="nofollow">http://mag.bewakoof.com/</a></p>
<p>As the subdirectory name is blog and the subdomain is mag, does this process still hold good? I have done all the processes listed above and in .htaccess I am using:</p>
<p>Options +FollowSymlinks<br />
RewriteEngine on<br />
RewriteRule ^blog/(.*) <a href="http://www.mag.bewakoof.com/$1" rel="nofollow">http://www.mag.bewakoof.com/$1</a> [R=301,NC]</p>
<p>Is this fine? I am unable to see any of the 2 &#8211; neither /blog or mag.bewakoof.com</p>
<p>Can you please help? My bro&#8217;s blog is down and I am going to get killed <img src='http://devilsworkshop.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Aman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-220721</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Sun, 10 Jul 2011 18:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-220721</guid>
		<description>If you want to change the all URL from you database so may be this helpful to you.

UPDATE wp_options SET option_value = replace(option_value, ‘http://dev.your_domain_name.com’, ‘http://www.your_domain_name.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET guid = replace(guid, ‘http://dev.your_domain_name.com’,’http://www.your_domain_name.com’);
UPDATE wp_posts SET post_content = replace(post_content, ‘http://dev.your_domain_name.com’, ‘http://www.your_domain_name.com’);</description>
		<content:encoded><![CDATA[<p>If you want to change the all URL from you database so may be this helpful to you.</p>
<p>UPDATE wp_options SET option_value = replace(option_value, ‘http://dev.your_domain_name.com’, ‘http://www.your_domain_name.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;<br />
UPDATE wp_posts SET guid = replace(guid, ‘http://dev.your_domain_name.com’,’http://www.your_domain_name.com’);<br />
UPDATE wp_posts SET post_content = replace(post_content, ‘http://dev.your_domain_name.com’, ‘http://www.your_domain_name.com’);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carrie</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-218321</link>
		<dc:creator>Carrie</dc:creator>
		<pubDate>Sat, 02 Apr 2011 20:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-218321</guid>
		<description>I moved my site from a subdomain to the root and it all works fine except the Home page won&#039;t show up! It goes to my Coming Soon page rather than the actual content that should be there. What could be the problem?!
The site is &lt;a href=&quot;http://www.karenmacneil.com/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Thanks!</description>
		<content:encoded><![CDATA[<p>I moved my site from a subdomain to the root and it all works fine except the Home page won&#8217;t show up! It goes to my Coming Soon page rather than the actual content that should be there. What could be the problem?!<br />
The site is <a href="http://www.karenmacneil.com/" rel="nofollow">here</a>.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrugesh shah</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-217700</link>
		<dc:creator>mrugesh shah</dc:creator>
		<pubDate>Tue, 15 Mar 2011 10:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-217700</guid>
		<description>hello, 

I had installed wordpress on root. say for example : www.mydomain.com 

I was posting there since last 2 years. 

Now I have shifted that blog to :  subdomain.mydomain.com/folder/ 

and then installed a fresh wordpress on root at : www.mydomain.com 

So my old article links is broken. 

Can you please guide me, how I can reduce effect of SEO. Where I should put .htaccess file and what I should write in that ? 

please help.</description>
		<content:encoded><![CDATA[<p>hello, </p>
<p>I had installed wordpress on root. say for example : <a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a> </p>
<p>I was posting there since last 2 years. </p>
<p>Now I have shifted that blog to :  subdomain.mydomain.com/folder/ </p>
<p>and then installed a fresh wordpress on root at : <a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a> </p>
<p>So my old article links is broken. </p>
<p>Can you please guide me, how I can reduce effect of SEO. Where I should put .htaccess file and what I should write in that ? </p>
<p>please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Macheske</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-217235</link>
		<dc:creator>Dustin Macheske</dc:creator>
		<pubDate>Thu, 03 Mar 2011 03:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-217235</guid>
		<description>Thanks for the post on how to move my blog from root to a sub domain, you saved my life.  My blog was getting hard to manage within wordpress when I wanted to add links, and I was tired of trying to add these links within the themes.  Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the post on how to move my blog from root to a sub domain, you saved my life.  My blog was getting hard to manage within wordpress when I wanted to add links, and I was tired of trying to add these links within the themes.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scyfox</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-216267</link>
		<dc:creator>Scyfox</dc:creator>
		<pubDate>Mon, 14 Feb 2011 04:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-216267</guid>
		<description>Hi there.

Thanks a lot for your tutorial. But i&#039;d like to add a couple of things, because i had some issues moving from /blog to blog.weasfrikis.cl

First of, as soon as you can log in to the admin panel, make sure to go to the Plugins Tab and disable them all. This because a lot of the config files keep records on plain text in the options table of the plugins, pointing to the old address.

Then you can go and set them up one by one to confirm they have the new url correctly saved and without issues on your blog.

The other thing that is important is to enter the &quot;Permalink&quot; tab. Even though it might have written the correct URL for the links, press the SAVE button to &quot;refresh&quot; the database.

This would avoid the &quot;404 not Found&quot; post/article/page issue.

Also if you are getting &quot;500 Internal Server Error&quot;, you might have to edit the Wordpress .htaccess file and comment the info using # at the beginning of the file because it makes a horrific loop inside the server.

I hope this answers everybody&#039;s problems as I had to figure them out.

Thanks a lot again!!

Greets From Chile!</description>
		<content:encoded><![CDATA[<p>Hi there.</p>
<p>Thanks a lot for your tutorial. But i&#8217;d like to add a couple of things, because i had some issues moving from /blog to blog.weasfrikis.cl</p>
<p>First of, as soon as you can log in to the admin panel, make sure to go to the Plugins Tab and disable them all. This because a lot of the config files keep records on plain text in the options table of the plugins, pointing to the old address.</p>
<p>Then you can go and set them up one by one to confirm they have the new url correctly saved and without issues on your blog.</p>
<p>The other thing that is important is to enter the &#8220;Permalink&#8221; tab. Even though it might have written the correct URL for the links, press the SAVE button to &#8220;refresh&#8221; the database.</p>
<p>This would avoid the &#8220;404 not Found&#8221; post/article/page issue.</p>
<p>Also if you are getting &#8220;500 Internal Server Error&#8221;, you might have to edit the WordPress .htaccess file and comment the info using # at the beginning of the file because it makes a horrific loop inside the server.</p>
<p>I hope this answers everybody&#8217;s problems as I had to figure them out.</p>
<p>Thanks a lot again!!</p>
<p>Greets From Chile!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikitha</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-210558</link>
		<dc:creator>nikitha</dc:creator>
		<pubDate>Wed, 08 Dec 2010 19:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-210558</guid>
		<description>how to transfer from a sub domain to a sub domain dude ???? please help me ... 

thank you ..</description>
		<content:encoded><![CDATA[<p>how to transfer from a sub domain to a sub domain dude ???? please help me &#8230; </p>
<p>thank you ..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 7/13 queries in 0.003 seconds using apc
Object Caching 509/515 objects using apc

Served from: devilsworkshop.org @ 2012-05-25 03:25:43 -->
