<?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: 12 Essential Security Tips and Hacks for WordPress</title>
	<atom:link href="http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 23:20:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tony</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-60396</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 27 Feb 2010 22:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-60396</guid>
		<description>I tried step 2, and as a result was unable to access my wp dashboard. Then I tried this code from Cats Who Code:

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName &quot;Example Access Control&quot;
AuthType Basic

order deny,allow
deny from all
allow from xx.xx.xx.xx


This time, I was able to log into WP dashboard.</description>
		<content:encoded><![CDATA[<p>I tried step 2, and as a result was unable to access my wp dashboard. Then I tried this code from Cats Who Code:</p>
<p>AuthUserFile /dev/null<br />
AuthGroupFile /dev/null<br />
AuthName &#8220;Example Access Control&#8221;<br />
AuthType Basic</p>
<p>order deny,allow<br />
deny from all<br />
allow from xx.xx.xx.xx</p>
<p>This time, I was able to log into WP dashboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McCorkle</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-54446</link>
		<dc:creator>Chris McCorkle</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-54446</guid>
		<description>Great post. Thanks Syed for helping us secure our installations!

About database backup: I use Wordpress Backup (by BTE) on all of my clients&#039; WP installations. I have set up a few unique email addresses to which I have hourly backups emailed. It&#039;s an offsite backup of sorts.</description>
		<content:encoded><![CDATA[<p>Great post. Thanks Syed for helping us secure our installations!</p>
<p>About database backup: I use Wordpress Backup (by BTE) on all of my clients&#8217; WP installations. I have set up a few unique email addresses to which I have hourly backups emailed. It&#8217;s an offsite backup of sorts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viettel</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-52658</link>
		<dc:creator>viettel</dc:creator>
		<pubDate>Sat, 28 Nov 2009 09:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-52658</guid>
		<description>to @Joe Lish: you can do the password protected directory easily from Cpanel web host control.</description>
		<content:encoded><![CDATA[<p>to @Joe Lish: you can do the password protected directory easily from Cpanel web host control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janvier</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-49608</link>
		<dc:creator>Janvier</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-49608</guid>
		<description>Of all, the last one seems the most interesting to me. Others are important too, but kind too trivial</description>
		<content:encoded><![CDATA[<p>Of all, the last one seems the most interesting to me. Others are important too, but kind too trivial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Lish</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-47254</link>
		<dc:creator>Joe Lish</dc:creator>
		<pubDate>Thu, 01 Oct 2009 03:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-47254</guid>
		<description>I used the code below to protect wp-admin.  Now all users who go to the main page are being prompted the the &quot;WordPress Admin Access Control&quot; password rather than the password assigned to their subsriber accounts.  If they hit cancel several times, the login page that uses the subscriber info appears.  Any ideas?

AuthName &quot;WordPress Admin Access Control&quot;
AuthType Basic
AuthUserFile /homepages/**/********/htdocs/.htpasswd
order deny,allow
deny from all
require valid-user
# whitelist *****’s IP address
allow from **.**.***.***
Satisfy Any</description>
		<content:encoded><![CDATA[<p>I used the code below to protect wp-admin.  Now all users who go to the main page are being prompted the the &#8220;WordPress Admin Access Control&#8221; password rather than the password assigned to their subsriber accounts.  If they hit cancel several times, the login page that uses the subscriber info appears.  Any ideas?</p>
<p>AuthName &#8220;WordPress Admin Access Control&#8221;<br />
AuthType Basic<br />
AuthUserFile /homepages/**/********/htdocs/.htpasswd<br />
order deny,allow<br />
deny from all<br />
require valid-user<br />
# whitelist *****’s IP address<br />
allow from **.**.***.***<br />
Satisfy Any</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mas Dhani</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-47065</link>
		<dc:creator>Mas Dhani</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-47065</guid>
		<description>In addition for Wordpress security you need &quot;Remove meta name generator WordPress&quot; why? I think for avoid hacking by someone who want sabotage your wordpress.</description>
		<content:encoded><![CDATA[<p>In addition for Wordpress security you need &#8220;Remove meta name generator WordPress&#8221; why? I think for avoid hacking by someone who want sabotage your wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-45773</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 11 Sep 2009 04:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-45773</guid>
		<description>From my research it seems like to use the media section you have to change the permissions on your server to 777 or 775?  If you recommend not doing this then how do you get the media directory working?</description>
		<content:encoded><![CDATA[<p>From my research it seems like to use the media section you have to change the permissions on your server to 777 or 775?  If you recommend not doing this then how do you get the media directory working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Black Hattitude</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-45530</link>
		<dc:creator>Black Hattitude</dc:creator>
		<pubDate>Sat, 05 Sep 2009 19:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-45530</guid>
		<description>Thanks a lot for all these tips!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for all these tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny Miller</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-42895</link>
		<dc:creator>Jenny Miller</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-42895</guid>
		<description>This is great, and I really appreciate all of the information that you shared in this post!</description>
		<content:encoded><![CDATA[<p>This is great, and I really appreciate all of the information that you shared in this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Ivanov</title>
		<link>http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/#comment-42391</link>
		<dc:creator>Ivo Ivanov</dc:creator>
		<pubDate>Sun, 19 Jul 2009 15:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1239#comment-42391</guid>
		<description>@Keith D Yes, it works on WP 2.8

Great post!</description>
		<content:encoded><![CDATA[<p>@Keith D Yes, it works on WP 2.8</p>
<p>Great post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
