<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fnode Online &#187; Moving Wordpress</title>
	<atom:link href="http://www.fnode.com/tag/moving-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Fri, 01 Jan 2010 19:57:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving wordpress blog to new domain</title>
		<link>http://www.fnode.com/2008/03/moving-wordpress-blog-to-new-domain/</link>
		<comments>http://www.fnode.com/2008/03/moving-wordpress-blog-to-new-domain/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 00:23:02 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Moving Wordpress]]></category>
		<category><![CDATA[Wordpress Moving to new domain]]></category>
		<category><![CDATA[Wordpress New Domain]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2008/03/19/moving-wordpress-blog-to-new-domain/</guid>
		<description><![CDATA[I have finally decided to move this wordpress blog to the parent domain (www.fnode.com) and going to be concentrating on more Tech, Online, News, and Reviews and I have decided to use this domain for mainly Journals and Tip / How-To purposes. I think that way, I can separate the media side of things from [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have finally decided to move this wordpress blog to the parent domain (<a href="http://www.fnode.com">www.fnode.com</a>) and going to be concentrating on more Tech, Online, News, and Reviews and I have decided to use this domain for mainly Journals and Tip / How-To purposes. I think that way, I can separate the media side of things from personal journals.</p>
<p>This is how I moved my wordpress blog from <strong>nishv.com</strong> to <strong>fnode.com </strong></p>
<ul>
<li>Install wordpress on <strong>fnode.com</strong></li>
<li>Went to <strong>nishv.com</strong> and copied the <strong>wp-content</strong> Directory and replaced it with the Directiory on <strong>fnode.com</strong> (So all the theme, plug-in and the uploaded contents are all there&#8230;)</li>
<li>Went to <strong>nishv.com</strong> and used phpMyAdmin to drum an <strong>.sql</strong> file of the database. (You may prefer .gz depending on the file size)</li>
<li>Went to <strong>fnode.com</strong> and used phpMyAdmin to drop all the tables on the wordpress database.</li>
<li>Imported the backed up database from <strong>nishv.com</strong></li>
</ul>
<p>Ran the following SQL Queries&#8230;</p>
<p><code><br />
UPDATE wp_options SET option_value = replace(option_value, 'http://www.nishv.com', 'http://www.fnode.com') WHERE option_name = 'home' OR option_name = 'siteurl';<br />
UPDATE wp_posts SET guid = replace(guid, 'http://www.nishv.com','http://www.fnode.com');<br />
UPDATE wp_posts SET post_content = replace(post_content, 'http://www.nishv.com', 'http://www.fnode.com');<br />
</code></p>
<p>That’s it, All set, now you can tweek the blog!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/03/moving-wordpress-blog-to-new-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
