<?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>MikeBrum.com &#187; security</title>
	<atom:link href="http://mikebrum.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikebrum.com</link>
	<description>Bombarding the net with slightly greasy solar atoms for almost 10 years...</description>
	<lastBuildDate>Sun, 20 May 2012 19:56:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Battening Down The Respective Hatches</title>
		<link>http://mikebrum.com/battening-down-the-respective-hatches/</link>
		<comments>http://mikebrum.com/battening-down-the-respective-hatches/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 02:43:54 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[pwnage]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1371</guid>
		<description><![CDATA[One thing that always bugged me about WordPress is that you need to keep the wp-config.php file in your document root. I started digging a bit to see if there were any elegant solutions to this (some people had some decent hacks/options) but I found out that as of v2.6 that you can move your [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that always bugged me about WordPress is that you need to keep the wp-config.php file in your document root.</p>
<p>I started digging a bit to see if there were any elegant solutions to this (some people had some decent hacks/options) but I found out that as of v2.6 that you can move your wp-config.php file up a level and WP should find it fine. That&#8217;s awesome! I&#8217;m surprised it took them that long to implement something like that &#8211; but better late than never and all that.</p>
<p>Upon discovering this news, I went through and moved all of my wp-config.php files up a level outside of the document root. I even modified some of the file structures on my server to better accommodate this change. I think the added security is worth it. The last thing I need is an open door for pwnage.</p>
<p>The only problem is for people that don&#8217;t install WP in their document root. If you install it deeper, then moving the wp-config.php up a level solves nothing. In those cases, users should definitely pay close attention to file permissions and consider other security measures &#8211; such as .htaccess edits to deny access to wp-config.php and modifying wp-config.php to include/require a file outside of your document root with your DB details in it.</p>
<p>You can never be too safe.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/battening-down-the-respective-hatches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

