<?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>stephendeken.net &#187; wordpress</title>
	<atom:link href="http://stephendeken.net/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://stephendeken.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 31 Jul 2009 17:29:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving a Wordpress Installation</title>
		<link>http://stephendeken.net/blog/2009/01/05/moving-wordpress/</link>
		<comments>http://stephendeken.net/blog/2009/01/05/moving-wordpress/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 03:35:09 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://stephendeken.net/?p=1</guid>
		<description><![CDATA[If you&#8217;ve moved a WordPress installation from one domain to another (or just between directories on the same domain), you might find that you can&#8217;t log in, and that lots of the CSS and images are missing.
The problem is that WordPress stores a partial URL in the wp_options table, and that partial URL is used [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve moved a WordPress installation from one domain to another (or just between directories on the same domain), you might find that you can&#8217;t log in, and that lots of the CSS and images are missing.</p>
<p>The problem is that WordPress stores a partial URL in the wp_options table, and that partial URL is used to submit the login form, among other things.  So, you can do one of a few things:</p>
<ol>
<li>Reinstall WordPress at the new location,</li>
<li>Move the installation back to the original location and make the changes via the GUI, or</li>
<li>Hand-edit the database to make the required changes.</li>
</ol>
<p>If you choose option #3, there are two rows in the wp_options table that need to be changed.  The option names are &#8216;home&#8217; and &#8217;siteurl&#8217;.  Changing those will at least allow you to log in, and any further changes can be made via the GUI.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendeken.net/blog/2009/01/05/moving-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
