<?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>Ryan McCue's Blog &#187; wp-config</title>
	<atom:link href="http://cubegames.net/blog/tag/wp-config/feed/" rel="self" type="application/rss+xml" />
	<link>http://cubegames.net/blog</link>
	<description>Containing absolutely nothing about cubes or games</description>
	<lastBuildDate>Tue, 10 Mar 2009 07:24:57 +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>WordPress Automatic Upgrade Tip</title>
		<link>http://cubegames.net/blog/2008/04/07/wordpress-automatic-upgrade-tip/</link>
		<comments>http://cubegames.net/blog/2008/04/07/wordpress-automatic-upgrade-tip/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 04:26:05 +0000</pubDate>
		<dc:creator>Ryan McCue</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-config]]></category>

		<guid isPermaLink="false">http://cubegames.net/blog/?p=76</guid>
		<description><![CDATA[As a tip to everyone who uses WordPress 2.5 and needs to input their FTP details every time, you can force WordPress to remember them by adding this to your wp-config.php:
define('FTP_HOST', 'ftp://example.com/');
define('FTP_USER', 'example_user');
define('FTP_PASS', 'example_pass');
//Set to true if your host uses SSL connections
define('FTP_SSL', false);
This can be reduced to just your password, if your database already remembers [...]]]></description>
			<content:encoded><![CDATA[<p>As a tip to everyone who uses WordPress 2.5 and needs to input their FTP details every time, you can force WordPress to remember them by adding this to your wp-config.php:</p>
<pre class="brush: php;">define('FTP_HOST', 'ftp://example.com/');
define('FTP_USER', 'example_user');
define('FTP_PASS', 'example_pass');
//Set to true if your host uses SSL connections
define('FTP_SSL', false);</pre>
<p>This can be reduced to just your password, if your database already remembers the other details.</p>
]]></content:encoded>
			<wfw:commentRss>http://cubegames.net/blog/2008/04/07/wordpress-automatic-upgrade-tip/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
