<?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>Son Koral [ dot com ] &#187; Uncategorized</title>
	<atom:link href="http://sonkoral.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonkoral.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 05 Feb 2012 06:43:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Change WordPress URL after migration</title>
		<link>http://sonkoral.com/2012/02/05/change-wordpress-url-after-migration/</link>
		<comments>http://sonkoral.com/2012/02/05/change-wordpress-url-after-migration/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 06:42:05 +0000</pubDate>
		<dc:creator>skoral</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonkoral.com/?p=495</guid>
		<description><![CDATA[After a successful migration of your wordpress files, you need to run this: If you want to transfer a WordPress site from one URL to another, just run the following three SQL commands (update with your info): update wp_options set option_value = replace(option_value,' [old_url]','[new_url]'); update wp_posts set post_content = replace(post_content,' [old_url]','[new_url]'); update wp_posts set guid [...]]]></description>
			<content:encoded><![CDATA[<p>After a successful migration of your wordpress files, you need to run this:</p>
<p>If you want to transfer a WordPress site from one URL to another, just run the following three SQL commands (update with your info):</p>
<div>
<pre dir="ltr">update wp_options set option_value = replace(option_value,'
[old_url]','[new_url]');
update wp_posts set post_content = replace(post_content,'
[old_url]','[new_url]');
update wp_posts set guid = replace(guid,'[old_url]','
[new_url]');</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sonkoral.com/2012/02/05/change-wordpress-url-after-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 26/35 queries in 0.013 seconds using disk: basic
Object Caching 256/256 objects using disk: basic

Served from: sonkoral.com @ 2012-02-07 19:43:30 -->
