<?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>Wordpress Security</title>
	<atom:link href="http://wpsecure.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpsecure.org</link>
	<description>How to Secure Your WordPress Blog</description>
	<lastBuildDate>Mon, 05 Oct 2009 05:47:50 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Deny Access to wp-config.php</title>
		<link>http://wpsecure.org/deny-access-to-wp-config-php/</link>
		<comments>http://wpsecure.org/deny-access-to-wp-config-php/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 04:48:29 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[.htaccess Hacks]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=168</guid>
		<description><![CDATA[Just like we can deny access to readme.html, it&#8217;s possible to deny public access to wp-config.php using the .htaccess file. But, before doing this, ask yourself this question:
Is your blog installed in the /public_html folder?
If it is, then instead of using .htaccess to prevent public access to the file, it&#8217;d probably be better to move [...]]]></description>
			<content:encoded><![CDATA[<p>Just like we can <a href="http://wpsecure.org/deny-access-to-readme-html/">deny access to readme.html</a>, it&#8217;s possible to deny public access to wp-config.php using the .htaccess file. But, before doing this, ask yourself this question:</p>
<p><strong>Is your blog installed in the /public_html folder?</strong></p>
<p>If it is, then instead of using .htaccess to prevent public access to the file, it&#8217;d probably be better to <a href="http://wpsecure.org/move-wp-config-php/">move the wp-config.php file</a>.</p>
<p>For everyone else, add the following code to the .htaccess file thats in the same directory as your wp-config.php file.</p>
<blockquote><p># protect wp-config.php<br />
&lt;files wp-config.php&gt;<br />
Order deny,allow<br />
deny from all<br />
&lt;/files&gt;</p></blockquote>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/web-host-backups/" title="Web Host Backups">Web Host Backups</a></li><li><a href="http://wpsecure.org/updating-wordpress/" title="Updating WordPress">Updating WordPress</a></li><li><a href="http://wpsecure.org/what-is-the-secure-wordpress-project/" title="What is the Secure WordPress project?">What is the Secure WordPress project?</a></li><li><a href="http://wpsecure.org/hide-the-version-number/" title="Hide the Version Number">Hide the Version Number</a></li><li><a href="http://wpsecure.org/blogging-from-public-computers/" title="Blogging from Public Computers">Blogging from Public Computers</a></li><li><a href="http://wpsecure.org/strong-passwords/" title="Strong Passwords">Strong Passwords</a></li><li><a href="http://wpsecure.org/secure-your-wp-admin-folder/" title="Secure Your wp-admin Folder">Secure Your wp-admin Folder</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/deny-access-to-wp-config-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Secure WordPress, a Quick Start Guide</title>
		<link>http://wpsecure.org/how-to-secure-wordpress-a-quick-start-guide/</link>
		<comments>http://wpsecure.org/how-to-secure-wordpress-a-quick-start-guide/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 04:34:06 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=159</guid>
		<description><![CDATA[In a rush? Here are 5 quick ways to secure your WordPress blog. At the very least follow these steps.
1. Delete the default administrator
Create a new administrator with a complex username, login with that account and delete the default administrator. Leaving the administrator&#8217;s username as &#8220;admin&#8221; makes cracking your login details 100% faster.
Why you need to [...]]]></description>
			<content:encoded><![CDATA[<p>In a rush? Here are 5 quick ways to secure your WordPress blog. At the very least follow these steps.</p>
<h3>1. <a href="http://wpsecure.org/delete-the-default-administrator/">Delete the default administrator</a></h3>
<p>Create a new administrator with a complex username, login with that account and delete the default administrator. Leaving the administrator&#8217;s username as &#8220;admin&#8221; makes cracking your login details 100% faster.</p>
<p><a href="http://wpsecure.org/delete-the-default-administrator/">Why you need to delete the default administrator</a> (and how to actually do it).</p>
<h3>2. <a href="http://wpsecure.org/strong-passwords/">Create a really strong password</a></h3>
<p>Passwords can never be too complex. Use a <a href="http://wpsecure.org/managing-passwords-with-software/">password manager</a> to make remembering passwords easier, and consider using <a href="http://strongpasswordgenerator.com">strongpasswordgenerator.com</a> to generate the password itself.</p>
<h3><strong>3. Install <em>all</em></strong><strong> the plugins listed in our </strong><a href="http://wpsecure.org/category/plugins/"><strong>Plugins</strong></a><strong> section</strong></h3>
<p><strong></strong>But the most important 3 to install are:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/antivirus/">Antivirus for WordPress</a>, which scans your WordPress blog for malware and worms.</li>
<li><a href="http://wordpress.org/extend/plugins/login-lockdown/">Login Lockdown</a>, which helps fight against brute force attacks.</li>
<li><a href="http://wpsecure.org/wp-db-backup/">WP-DB-Backup</a>, to backup your WordPress database via email.</li>
</ul>
<h3>4. <a href="http://wpsecure.org/move-wp-config-php/">Move wp-config.php</a></h3>
<p>Login to your server via FTP and move the wp-config.php file to the parent directory. If it currently resides in /public-html/blog then move it to /public_html/. But if it&#8217;s in /public_html/ then move it to the top level directory, /.</p>
<h3>5. Stay aware</h3>
<p>Subscribe to the <a href="http://wordpress.org/development/feed">WordPress Development Blog</a> and <a href="http://wpsecure.org/feed">wpsecure.org</a> feeds to remain up to date on all the latest security exploits that may affect you and your blog. Awareness is half the battle.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/how-to-use-this-guide/" title="How to Use this Guide">How to Use this Guide</a></li><li><a href="http://wpsecure.org/one-click-plugin-updater/" title="One Click Plugin Updater">One Click Plugin Updater</a></li><li><a href="http://wpsecure.org/deny-access-to-wp-config-php/" title="Deny Access to wp-config.php">Deny Access to wp-config.php</a></li><li><a href="http://wpsecure.org/stealth-login/" title="Stealth Login">Stealth Login</a></li><li><a href="http://wpsecure.org/hide-the-version-number/" title="Hide the Version Number">Hide the Version Number</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-config-php/" title="How to Protect wp-config.php">How to Protect wp-config.php</a></li><li><a href="http://wpsecure.org/wordpress-backup/" title="WordPress Backup">WordPress Backup</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/how-to-secure-wordpress-a-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credits</title>
		<link>http://wpsecure.org/credits/</link>
		<comments>http://wpsecure.org/credits/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:38:01 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=155</guid>
		<description><![CDATA[There are thousands of people who have indirectly contributed to this project but here are the people who have directly contributed content or inspiration:

Peter Cooper of RailsInside.com
Joel Williams of BlogTechGuy.com
Dan Schulz, a SitePoint advisor and SEO.com administrator
John of WPBlogHost.com
Syed Balkhi of WPBeginner.com

You might also want to read...Updating WordPressEmail BackupsOne Click Plugin UpdaterHow to Protect /wp-adminDeny [...]]]></description>
			<content:encoded><![CDATA[<p>There are thousands of people who have indirectly contributed to this project but here are the people who have directly contributed content or inspiration:</p>
<ul>
<li>Peter Cooper of <a href="http://www.rubyinside.com/">RailsInside.com</a></li>
<li>Joel Williams of <a href="http://www.BlogTechGuy.com/">BlogTechGuy.com</a></li>
<li>Dan Schulz, a <a href="http://sitepoint.com">SitePoint</a> advisor and <a href="http://seo.com">SEO.com</a> administrator</li>
<li>John of <a href="http://wpbloghost.com/">WPBlogHost.com</a></li>
<li>Syed Balkhi of <a href="http://www.wpbeginner.com/">WPBeginner.com</a></li>
</ul>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/askapache-password-protect/" title="AskApache Password Protect">AskApache Password Protect</a></li><li><a href="http://wpsecure.org/hide-login-errors/" title="Hide Login Errors">Hide Login Errors</a></li><li><a href="http://wpsecure.org/antivirus-for-wordpress/" title="Antivirus for WordPress">Antivirus for WordPress</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-config-php/" title="How to Protect wp-config.php">How to Protect wp-config.php</a></li><li><a href="http://wpsecure.org/what-is-the-secure-wordpress-project/" title="What is the Secure WordPress project?">What is the Secure WordPress project?</a></li><li><a href="http://wpsecure.org/managing-passwords-with-software/" title="Managing Passwords with Software">Managing Passwords with Software</a></li><li><a href="http://wpsecure.org/perishable-3g-blacklist/" title="Perishable 3G Blacklist">Perishable 3G Blacklist</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/credits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Backup</title>
		<link>http://wpsecure.org/wordpress-backup/</link>
		<comments>http://wpsecure.org/wordpress-backup/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:26:22 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=151</guid>
		<description><![CDATA[Wordpress Backup isn’t a plugin I use these days because it doesn’t scale well for large blogs and I figure it’s best to just stick with tools that have continuity. But what it basically does is backup your blogs files (plugins, themes etc) and then send them via email just like the WP DB Backup [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/wordpress-backup/">Wordpress Backup</a> isn’t a plugin I use these days because it doesn’t scale well for large blogs and I figure it’s best to just stick with tools that have continuity. But what it basically does is backup your blogs files (plugins, themes etc) and then send them via email just like the <a href="http://wpsecure.org/wp-db-backup/">WP DB Backup plugin</a>.</p>
<p>If you aren’t interested in paying for Amazon S3 then this is a suitable alternative, but just be mindful of the fact that it’ll probably stop working if your blog gets too large.</p>
<p><a href="http://wpsecure.org/email-backups/">Click here to read more about email backups</a>.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/cookie-encryption/" title="Cookie Encryption">Cookie Encryption</a></li><li><a href="http://wpsecure.org/managing-passwords-with-software/" title="Managing Passwords with Software">Managing Passwords with Software</a></li><li><a href="http://wpsecure.org/deny-access-to-readme-html/" title="Deny Access to readme.html">Deny Access to readme.html</a></li><li><a href="http://wpsecure.org/wp-db-backup/" title="WP DB Backup">WP DB Backup</a></li><li><a href="http://wpsecure.org/other-wordpress-tricks/" title="Other WordPress Tricks">Other WordPress Tricks</a></li><li><a href="http://wpsecure.org/stealth-login/" title="Stealth Login">Stealth Login</a></li><li><a href="http://wpsecure.org/hide-login-errors/" title="Hide Login Errors">Hide Login Errors</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/wordpress-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP DB Backup</title>
		<link>http://wpsecure.org/wp-db-backup/</link>
		<comments>http://wpsecure.org/wp-db-backup/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:25:15 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=149</guid>
		<description><![CDATA[WP DB Backup is the premier database backup plugin for Wordpress. Simply install the plugin and then enter the email address you want the backups sent to.
Choose the backup frequency based on your blogs activity. I backup once per day, because I receive a moderate amount of comments. If you receive a greater number of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP DB Backup</a> is the premier database backup plugin for Wordpress. Simply install the plugin and then enter the email address you want the backups sent to.</p>
<p><strong>Choose the backup frequency based on your blogs activity</strong>. I backup once per day, because I receive a moderate amount of comments. If you receive a greater number of comments throughout the day, or simply post more frequently, then increasing the backup frequency to twice per day is probably a good time.</p>
<p><a href="http://wpsecure.org/email-backups/">Click here to read more about email backups</a>.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/updating-wordpress/" title="Updating WordPress">Updating WordPress</a></li><li><a href="http://wpsecure.org/email-backups/" title="Email Backups">Email Backups</a></li><li><a href="http://wpsecure.org/credits/" title="Credits">Credits</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-admin/" title="How to Protect /wp-admin">How to Protect /wp-admin</a></li><li><a href="http://wpsecure.org/deny-access-to-readme-html/" title="Deny Access to readme.html">Deny Access to readme.html</a></li><li><a href="http://wpsecure.org/the-basics-of-blog-security/" title="The Basics of Blog Security">The Basics of Blog Security</a></li><li><a href="http://wpsecure.org/blogging-from-public-computers/" title="Blogging from Public Computers">Blogging from Public Computers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/wp-db-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure WordPress</title>
		<link>http://wpsecure.org/secure-wordpress/</link>
		<comments>http://wpsecure.org/secure-wordpress/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:22:22 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=145</guid>
		<description><![CDATA[Note: This plugin is not officially associated with this project. The name is simply a coincidence.
Secure WordPress automates a few simple security tasks:

Removes error-information on login-page
Adds index.html to plugin-directory (virtual)
Removes the wp-version, except in admin-area
Removes Really Simple Discovery
Removes Windows Live Writer
Remove core update information for non-admins
Remove plugin-update information for non-admins
Remove theme-update informationfor non-admins (only WP [...]]]></description>
			<content:encoded><![CDATA[<p>Note: This plugin is not officially associated with this project. The name is simply a coincidence.</p>
<p><a href="http://wordpress.org/extend/plugins/secure-wordpress/">Secure WordPress</a> automates a few simple security tasks:</p>
<ul>
<li>Removes error-information on login-page</li>
<li>Adds index.html to plugin-directory (virtual)</li>
<li>Removes the wp-version, except in admin-area</li>
<li>Removes Really Simple Discovery</li>
<li>Removes Windows Live Writer</li>
<li>Remove core update information for non-admins</li>
<li>Remove plugin-update information for non-admins</li>
<li>Remove theme-update informationfor non-admins (only WP 2.8 and higher)</li>
<li>Add string for use WP Scanner</li>
</ul>
<p>There is some duplication with other plugins (<a href="http://wpsecure.org/login-lockdown/">Login Lockdown</a> removes error information on the login page for example) but features like <a href="http://wpsecure.org/hide-the-version-number/">hiding the version number</a> make it a worthy install.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/plugin-wp-spamfree/" title="Plugin: WP-SpamFree">Plugin: WP-SpamFree</a></li><li><a href="http://wpsecure.org/email-backups/" title="Email Backups">Email Backups</a></li><li><a href="http://wpsecure.org/strong-passwords/" title="Strong Passwords">Strong Passwords</a></li><li><a href="http://wpsecure.org/secure-your-wp-admin-folder/" title="Secure Your wp-admin Folder">Secure Your wp-admin Folder</a></li><li><a href="http://wpsecure.org/hide-login-errors/" title="Hide Login Errors">Hide Login Errors</a></li><li><a href="http://wpsecure.org/other-wordpress-tricks/" title="Other WordPress Tricks">Other WordPress Tricks</a></li><li><a href="http://wpsecure.org/the-basics-of-blog-security/" title="The Basics of Blog Security">The Basics of Blog Security</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/secure-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stealth Login</title>
		<link>http://wpsecure.org/stealth-login/</link>
		<comments>http://wpsecure.org/stealth-login/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:10:56 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=140</guid>
		<description><![CDATA[Stealth Login makes it easy to change the login address for the WordPress administration area, and prevent users form logging in via wp-login.php (just activate Stealth Mode). Even if someone cracks your username and password they&#8217;ll become stuck because there won&#8217;t be anywhere to login.
While it may not stop seasoned hackers from getting into your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/stealth-login/">Stealth Login</a> makes it easy to change the login address for the WordPress administration area, and prevent users form logging in via wp-login.php (just activate <em>Stealth Mode</em>). Even if someone cracks your <a href="http://wpsecure.org/delete-the-default-administrator/">username</a> and <a href="http://wpsecure.org/strong-passwords/">password</a> they&#8217;ll become stuck because there won&#8217;t be anywhere to login.</p>
<p>While it may not stop seasoned hackers from getting into your system, it takes just a few seconds to setup and is a worthy precaution to take.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/delete-the-default-administrator/" title="Delete the Default Administrator">Delete the Default Administrator</a></li><li><a href="http://wpsecure.org/web-host-backups/" title="Web Host Backups">Web Host Backups</a></li><li><a href="http://wpsecure.org/blogging-from-public-computers/" title="Blogging from Public Computers">Blogging from Public Computers</a></li><li><a href="http://wpsecure.org/disable-comments-on-older-posts/" title="Disable Comments on Older Posts">Disable Comments on Older Posts</a></li><li><a href="http://wpsecure.org/antivirus-for-wordpress/" title="Antivirus for WordPress">Antivirus for WordPress</a></li><li><a href="http://wpsecure.org/deny-access-to-wp-config-php/" title="Deny Access to wp-config.php">Deny Access to wp-config.php</a></li><li><a href="http://wpsecure.org/email-backups/" title="Email Backups">Email Backups</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/stealth-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Backups</title>
		<link>http://wpsecure.org/local-backups/</link>
		<comments>http://wpsecure.org/local-backups/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 00:26:53 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Backups]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=131</guid>
		<description><![CDATA[This may be overkill and is the only part of the system that you don’t really need to put into place, but if you like the idea of having your backups stored locally (which has the convenience of being able to restore them easily) then you’ll like this idea.
Basically, setup the email backup system described [...]]]></description>
			<content:encoded><![CDATA[<p>This may be overkill and is the only part of the system that you don’t really need to put into place, but if you like the idea of having your backups stored locally (which has the convenience of being able to restore them easily) then you’ll like this idea.</p>
<p>Basically, setup the <a href="http://wpsecure.org/email-backups/">email backup system</a> described previously but use a desktop mail program such as Mail.app for Mac or Outlook for Windows to download the emails to your computer. *BAM* all your backups are now on your system.</p>
<p>If you&#8217;re a Mac user buying a Time Capsule will allow you to backup your local computer (including all the website backups) and because it’s wireless you can just shove it in a cupboard, out of sight and never think about it again. That’s some extreme blog backing up right there. Tad overkill, but the Time Capsule is a very nice device.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/hide-the-version-number/" title="Hide the Version Number">Hide the Version Number</a></li><li><a href="http://wpsecure.org/cookie-encryption/" title="Cookie Encryption">Cookie Encryption</a></li><li><a href="http://wpsecure.org/stealth-login/" title="Stealth Login">Stealth Login</a></li><li><a href="http://wpsecure.org/wordpress-backup/" title="WordPress Backup">WordPress Backup</a></li><li><a href="http://wpsecure.org/deny-access-to-wp-config-php/" title="Deny Access to wp-config.php">Deny Access to wp-config.php</a></li><li><a href="http://wpsecure.org/askapache-password-protect/" title="AskApache Password Protect">AskApache Password Protect</a></li><li><a href="http://wpsecure.org/perishable-3g-blacklist/" title="Perishable 3G Blacklist">Perishable 3G Blacklist</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/local-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Host Backups</title>
		<link>http://wpsecure.org/web-host-backups/</link>
		<comments>http://wpsecure.org/web-host-backups/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 00:23:04 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Backups]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=129</guid>
		<description><![CDATA[If you’re not using a web host that performs its own daily backups then switch (I personally use thiswebhost.com and they’ve been fantastic so far). But never rely on the backups from your web host.
It may be relatively uncommon for web hosts to lose your data but they’re not immune to the possibility and even [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re not using a web host that performs its own daily backups then switch (I personally use <a href="http://www.davidturnbull.com/thiswebhost" class="broken_link" >thiswebhost.com</a> and they’ve been fantastic so far). But never rely on the backups from your web host.</p>
<p>It may be relatively uncommon for web hosts to lose your data but they’re not immune to the possibility and even if they claim to perform regular backups you can never really know how comprehensive their systems are. </p>
<p>Use a web host that performs their own backups because it gives you just 1 more layer of protection, but don’t use them as a replacement for your own system. Think of them as a bonus.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/secure-wordpress/" title="Secure WordPress">Secure WordPress</a></li><li><a href="http://wpsecure.org/disable-comments-on-older-posts/" title="Disable Comments on Older Posts">Disable Comments on Older Posts</a></li><li><a href="http://wpsecure.org/hide-the-version-number/" title="Hide the Version Number">Hide the Version Number</a></li><li><a href="http://wpsecure.org/wp-db-backup/" title="WP DB Backup">WP DB Backup</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-config-php/" title="How to Protect wp-config.php">How to Protect wp-config.php</a></li><li><a href="http://wpsecure.org/use-an-account-with-limited-access/" title="Use an Account with Limited Access">Use an Account with Limited Access</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-admin/" title="How to Protect /wp-admin">How to Protect /wp-admin</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/web-host-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Secure WordPress project?</title>
		<link>http://wpsecure.org/what-is-the-secure-wordpress-project/</link>
		<comments>http://wpsecure.org/what-is-the-secure-wordpress-project/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 23:22:35 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=113</guid>
		<description><![CDATA[Secure WordPress is a resource I wanted to have myself, a compete checklist and walkthrough of all the security topics relating to self-hosted installations of WordPress. But since there was so little talk online about these topics (beyond the basics, which we do cover still) I decided to make it myself.
The History
The idea for Secure [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpsecure.org">Secure WordPress</a> is a resource I wanted to have myself, a compete checklist and walkthrough of all the security topics relating to self-hosted installations of WordPress. But since there was so little talk online about these topics (beyond the basics, which we do cover still) I decided to make it myself.</p>
<h3>The History</h3>
<p>The idea for Secure WordPress first came to me in about June of 2009. I&#8217;d been thinking of things I could write an eBook about to sell, and WordPress security just seemed like a great topic to cover.</p>
<p>I soon decided that it&#8217;d feel wrong to sell information that is so critical to WordPress bloggers, so the plan was to compile a nice looking PDF file and then distribute it for free as a way to gain recognition from a blog I&#8217;d yet to launch (but is going strongly now), <a href="http://www.davidturnbull.com">Adventures of a Barefoot Geek</a>.</p>
<p>But even the idea of using a PDF seemed sort of archaic, especially since I wanted this to be an evolving resource. Then at 10pm one night I registered wpsecure.org and got to work, setting up this blog, adding all the content from the Pages document I&#8217;d been working on. And that&#8217;s how this project came about.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/hide-login-errors/" title="Hide Login Errors">Hide Login Errors</a></li><li><a href="http://wpsecure.org/deny-access-to-wp-config-php/" title="Deny Access to wp-config.php">Deny Access to wp-config.php</a></li><li><a href="http://wpsecure.org/perishable-3g-blacklist/" title="Perishable 3G Blacklist">Perishable 3G Blacklist</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-admin/" title="How to Protect /wp-admin">How to Protect /wp-admin</a></li><li><a href="http://wpsecure.org/use-an-account-with-limited-access/" title="Use an Account with Limited Access">Use an Account with Limited Access</a></li><li><a href="http://wpsecure.org/move-wp-config-php/" title="Move wp-config.php">Move wp-config.php</a></li><li><a href="http://wpsecure.org/askapache-password-protect/" title="AskApache Password Protect">AskApache Password Protect</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/what-is-the-secure-wordpress-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->