<?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>Sat, 11 Feb 2012 09:22:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<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>. [...]</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>
	<item>
		<title>By: VivBounty</title>
		<link>http://devilsworkshop.org/moving-a-wordpress-blog-from-a-subdirectory-to-subdomain-preserving-permalinks/#comment-195520</link>
		<dc:creator>VivBounty</dc:creator>
		<pubDate>Thu, 07 Oct 2010 17:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/?p=1616#comment-195520</guid>
		<description>Hi Rahul,
Great Tutorial. I have moved my blog to a subdomain. I changed URLS and files as you instructed. The blog works fine. See my Website address above, but on my main domain now my error 404 document does not come up. I am getting Error 500 like this:

~~Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@vivbounty.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.~~

I think this is my .htaccess file. Here is what it looks like:


ErrorDocument 404 /vb_404.html
Options +FollowSymlinks
RewriteEngine On
RewriteBase /petblog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /petblog/index.php [L]
RewriteRule ^petblog/(.*) http://cherishmypets.vivbounty.com/$1 [R=301,NC]


My blog used to be at http://vivbounty.com/petblog

I would appreciate any corrections to my .htaccess you might be able to provide to make my error404 doc work on my main domain.

Thanks in advance, 
VivBounty</description>
		<content:encoded><![CDATA[<p>Hi Rahul,<br />
Great Tutorial. I have moved my blog to a subdomain. I changed URLS and files as you instructed. The blog works fine. See my Website address above, but on my main domain now my error 404 document does not come up. I am getting Error 500 like this:</p>
<p>~~Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
Please contact the server administrator, <a href="mailto:webmaster@vivbounty.com">webmaster@vivbounty.com</a> and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br />
More information about this error may be available in the server error log.<br />
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.~~</p>
<p>I think this is my .htaccess file. Here is what it looks like:</p>
<p>ErrorDocument 404 /vb_404.html<br />
Options +FollowSymlinks<br />
RewriteEngine On<br />
RewriteBase /petblog/<br />
RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /petblog/index.php [L]<br />
RewriteRule ^petblog/(.*) <a href="http://cherishmypets.vivbounty.com/$1" rel="nofollow">http://cherishmypets.vivbounty.com/$1</a> [R=301,NC]</p>
<p>My blog used to be at <a href="http://vivbounty.com/petblog" rel="nofollow">http://vivbounty.com/petblog</a></p>
<p>I would appreciate any corrections to my .htaccess you might be able to provide to make my error404 doc work on my main domain.</p>
<p>Thanks in advance,<br />
VivBounty</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 8/14 queries in 0.006 seconds using apc
Object Caching 409/415 objects using apc

Served from: devilsworkshop.org @ 2012-02-12 11:48:05 -->
