<?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: WordPress Uploaded Images &#8211; How To Change Absolute URL</title>
	<atom:link href="http://www.refreshinglyblue.com/2009/03/29/wordpress-uploaded-images-how-to-change-absolute-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refreshinglyblue.com/2009/03/29/wordpress-uploaded-images-how-to-change-absolute-url/</link>
	<description>Notes by Lee Blue</description>
	<lastBuildDate>Wed, 23 Mar 2011 22:51:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: indildfiedy</title>
		<link>http://www.refreshinglyblue.com/2009/03/29/wordpress-uploaded-images-how-to-change-absolute-url/comment-page-1/#comment-174</link>
		<dc:creator>indildfiedy</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/?p=128#comment-174</guid>
		<description>Impressive Article , I considered it  wonderful

I look ahead to more interesting postings like this one. Does Your Blog have a newsletter I can subscribe to for anymore information from you?</description>
		<content:encoded><![CDATA[<p>Impressive Article , I considered it  wonderful</p>
<p>I look ahead to more interesting postings like this one. Does Your Blog have a newsletter I can subscribe to for anymore information from you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Bossola</title>
		<link>http://www.refreshinglyblue.com/2009/03/29/wordpress-uploaded-images-how-to-change-absolute-url/comment-page-1/#comment-102</link>
		<dc:creator>Andrew Bossola</dc:creator>
		<pubDate>Tue, 02 Jun 2009 01:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/?p=128#comment-102</guid>
		<description>Nice Lee!

I hit a snag. My theme uses custom fields for images so it took a few to figure out custom fields are in a different place. (Duh!)

UPDATE wp_postmeta SET meta_value= replace(meta_value, &#039;http://old-domain.com&#039;, &#039;http://new-domain.com&#039;)

Here is another one I found useful as well:

To update WordPress options with the new blog location, use the following SQL command:

UPDATE wp_options SET option_value = replace(option_value, &#039;http://www.old-domain.com&#039;, &#039;http://www.new-domain.com&#039;) WHERE option_name = &#039;home&#039; OR option_name = &#039;siteurl&#039;;

Hope all is well!</description>
		<content:encoded><![CDATA[<p>Nice Lee!</p>
<p>I hit a snag. My theme uses custom fields for images so it took a few to figure out custom fields are in a different place. (Duh!)</p>
<p>UPDATE wp_postmeta SET meta_value= replace(meta_value, &#8216;<a href="http://old-domain.com&#039;" rel="nofollow">http://old-domain.com&#039;</a>, &#8216;<a href="http://new-domain.com" rel="nofollow">http://new-domain.com</a>&#8216;)</p>
<p>Here is another one I found useful as well:</p>
<p>To update WordPress options with the new blog location, use the following SQL command:</p>
<p>UPDATE wp_options SET option_value = replace(option_value, &#8216;<a href="http://www.old-domain.com&#039;" rel="nofollow">http://www.old-domain.com&#039;</a>, &#8216;<a href="http://www.new-domain.com" rel="nofollow">http://www.new-domain.com</a>&#8216;) WHERE option_name = &#8216;home&#8217; OR option_name = &#8216;siteurl&#8217;;</p>
<p>Hope all is well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.refreshinglyblue.com/2009/03/29/wordpress-uploaded-images-how-to-change-absolute-url/comment-page-1/#comment-101</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Mon, 30 Mar 2009 11:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/?p=128#comment-101</guid>
		<description>Brilliant! Just don&#039;t forget to update the site url (wp_options ID:1) and the blog &#039;home&#039; (wp_options ID:39) once you migrate the data.

As always, great snippet Lee!

-Andre</description>
		<content:encoded><![CDATA[<p>Brilliant! Just don&#8217;t forget to update the site url (wp_options ID:1) and the blog &#8216;home&#8217; (wp_options ID:39) once you migrate the data.</p>
<p>As always, great snippet Lee!</p>
<p>-Andre</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
