<?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 Security Lockdown</title>
	<atom:link href="http://digwp.com/2010/07/wordpress-security-lockdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/07/wordpress-security-lockdown/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:22:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-7511</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 08 Aug 2010 00:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-7511</guid>
		<description>Hey, great article. I really appreciate all the work and effort everyone is putting into helping to make WP more secure and viable as a total web platform. 

I&#039;m learning much more about web security than I ever really wanted to. But it&#039;s all good.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey, great article. I really appreciate all the work and effort everyone is putting into helping to make WP more secure and viable as a total web platform. </p>
<p>I&#8217;m learning much more about web security than I ever really wanted to. But it&#8217;s all good.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (mt) Travis</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6764</link>
		<dc:creator>(mt) Travis</dc:creator>
		<pubDate>Mon, 19 Jul 2010 14:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6764</guid>
		<description>Hey folks! Just wanted to drop in here and share the following (mt) Wiki article: &lt;a href=&quot;http://mdtm.pl/9wZwhZ&quot; rel=&quot;nofollow&quot;&gt;Recovering from a site compromise.&lt;/a&gt; It&#039;s quite thorough and should provide you with all of the tools you might need.</description>
		<content:encoded><![CDATA[<p>Hey folks! Just wanted to drop in here and share the following (mt) Wiki article: <a href="http://mdtm.pl/9wZwhZ" rel="nofollow">Recovering from a site compromise.</a> It&#8217;s quite thorough and should provide you with all of the tools you might need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6734</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Sun, 18 Jul 2010 19:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6734</guid>
		<description>@Andrew: I think I see. Interesting.

@Jeff: That answers my question to Andrew&#039;s response. Thanks.

Johnny</description>
		<content:encoded><![CDATA[<p>@Andrew: I think I see. Interesting.</p>
<p>@Jeff: That answers my question to Andrew&#8217;s response. Thanks.</p>
<p>Johnny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6732</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Sun, 18 Jul 2010 19:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6732</guid>
		<description>Moving the &lt;code&gt;wp-config.php&lt;/code&gt; may not protect against a determined hacker, but it will certainly deter a majority of scripted attacks that target the file in its default location.</description>
		<content:encoded><![CDATA[<p>Moving the <code>wp-config.php</code> may not protect against a determined hacker, but it will certainly deter a majority of scripted attacks that target the file in its default location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Nacin</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6728</link>
		<dc:creator>Andrew Nacin</dc:creator>
		<pubDate>Sun, 18 Jul 2010 18:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6728</guid>
		<description>Yes, you can move the wp-config.php file up one level, but that was not designed as a security measure. Indeed it provides no real protection.  (Its purpose is for SVN externals.)</description>
		<content:encoded><![CDATA[<p>Yes, you can move the wp-config.php file up one level, but that was not designed as a security measure. Indeed it provides no real protection.  (Its purpose is for SVN externals.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6723</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Sun, 18 Jul 2010 16:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6723</guid>
		<description>Hey Jeff,

Great post! I&#039;ve been really driving hard to lock down all my installations since you published this. And I seem to have figured out a lot, well everything is still running, and faster, too (is that even possible?). 

Anyway I installed Wp Security Scan, I believe, last week, and I did pretty good (53/56). It gave me a &quot;B&quot; for the location of my wp-config.php. First off I assume it saw my .htaccess file, where it is locked down, hence the &quot;B,&quot; but is there a safer place to put it? Like above the root, say? Is it even possible to move it elsewhere, in relation to where Wordpress is installed?

Just wondering.

Thanks,

Johnny</description>
		<content:encoded><![CDATA[<p>Hey Jeff,</p>
<p>Great post! I&#8217;ve been really driving hard to lock down all my installations since you published this. And I seem to have figured out a lot, well everything is still running, and faster, too (is that even possible?). </p>
<p>Anyway I installed Wp Security Scan, I believe, last week, and I did pretty good (53/56). It gave me a &#8220;B&#8221; for the location of my wp-config.php. First off I assume it saw my .htaccess file, where it is locked down, hence the &#8220;B,&#8221; but is there a safer place to put it? Like above the root, say? Is it even possible to move it elsewhere, in relation to where WordPress is installed?</p>
<p>Just wondering.</p>
<p>Thanks,</p>
<p>Johnny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6634</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Thu, 15 Jul 2010 16:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6634</guid>
		<description>I&#039;ve been searching through all my bookmarks. I thought I saved the Google search to find those. For some reason, I seem to recall seeing this on Perishable Press where Jeff called them &quot;sitting ducks&quot;, but I couldn&#039;t find the post.

Nonetheless, if that code was in their .htaccess files, it should of given a secondary backup as security (or may of).

Plus, heck why not. Who knows what new hacks will be coming and if this adds even a little more security, you might as well be ready just in case.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been searching through all my bookmarks. I thought I saved the Google search to find those. For some reason, I seem to recall seeing this on Perishable Press where Jeff called them &#8220;sitting ducks&#8221;, but I couldn&#8217;t find the post.</p>
<p>Nonetheless, if that code was in their .htaccess files, it should of given a secondary backup as security (or may of).</p>
<p>Plus, heck why not. Who knows what new hacks will be coming and if this adds even a little more security, you might as well be ready just in case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6602</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 15 Jul 2010 01:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6602</guid>
		<description>John, 
Your right.  Quality assurance would be a good thing.</description>
		<content:encoded><![CDATA[<p>John,<br />
Your right.  Quality assurance would be a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6570</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6570</guid>
		<description>@matt
Trivial?  Please explain.</description>
		<content:encoded><![CDATA[<p>@matt<br />
Trivial?  Please explain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://digwp.com/2010/07/wordpress-security-lockdown/#comment-6569</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2413#comment-6569</guid>
		<description>I would much rather pay a little for a good, well maintained plug that was free from hacking, then deal with a uncontrolled broken site.

That being said, I agree there should be a method, maybe with wordpress.org, to assure quality within the plugins.</description>
		<content:encoded><![CDATA[<p>I would much rather pay a little for a good, well maintained plug that was free from hacking, then deal with a uncontrolled broken site.</p>
<p>That being said, I agree there should be a method, maybe with wordpress.org, to assure quality within the plugins.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

