<?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>zoopmedia &#187; Security</title>
	<atom:link href="http://www.zoopmedia.com/blog/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoopmedia.com</link>
	<description>Blog Consulting / Blog Design / Online Advertising</description>
	<lastBuildDate>Tue, 08 Nov 2011 19:13:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Protect Your WordPress Blog from Getting Hacked</title>
		<link>http://www.zoopmedia.com/protect-wordpress-blog-5292/</link>
		<comments>http://www.zoopmedia.com/protect-wordpress-blog-5292/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:45:25 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=5292</guid>
		<description><![CDATA[<img src="http://www.zoopmedia.com/wp-content/uploads/2010/05/wordpress-security.jpg" alt="WordPress Security" title="wordpress-security" width="640" height="389" class="alignnone size-full wp-image-5298" />

After you have found cheap WordPress hosting and you have launched your WordPress blog, one vital step you must never skip is to protect your WordPress blog from getting hacked. If you are new to WordPress security and Web security in general, you might hope that there is a thick book, which lists, in detail, everything you need to do in order to protect your WordPress blog from getting hacked and then you have the safest WordPress blog on Earth. 


Related posts:<ol><li><a href='http://www.zoopmedia.com/wordpress-2-8-3-security-release-1467/' rel='bookmark' title='WordPress 2.8.3 Security Release'>WordPress 2.8.3 Security Release</a></li>
<li><a href='http://www.zoopmedia.com/why-use-wordpress-1632/' rel='bookmark' title='Why Use The WordPress Platform?'>Why Use The WordPress Platform?</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-2-8-1-released-1373/' rel='bookmark' title='WordPress 2.8.1 Released'>WordPress 2.8.1 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zoopmedia.com/wp-content/uploads/2010/05/wordpress-security.jpg" alt="WordPress Security" title="wordpress-security" width="640" height="389" class="alignnone size-full wp-image-5298" /></p>
<p>After you have found cheap WordPress hosting and you have launched your WordPress blog, one vital step you must never skip is to protect your WordPress blog from getting hacked. If you are new to WordPress security and Web security in general, you might hope that there is a thick book, which lists, in detail, everything you need to do in order to protect your WordPress blog from getting hacked and then you have the safest WordPress blog on Earth. </p>
<p>The bad news is that there isn&#8217;t such a book and it is not possible to write one. However, there are some steps you should follow in order to at least make your WordPress blog a bit more secure. WordPress is secure but some additional hardening is always necessary. </p>
<h3>Minimize the Damage</h3>
<p>As with many things in life, prevention is better than treatment but you should always be prepared to react in case the worst happens. One of the best medicines you have at your disposal is a backup. There are some WordPress tools, which allow to backup either the WordPress database only or the whole installation, so get one of them and start using it regularly. Many WordPress hosts, including cheap WordPress hosts, offer various backup tools, so it doesn&#8217;t require much effort to find the right backup tools. </p>
<p>Real-time backup is the safest option but in most cases you won&#8217;t need it, even if it is available. Weekly or daily scheduled backups are very often exactly what you need. Backups don&#8217;t take much time but they are a life-saver if hackers manage to bypass your security. </p>
<h3>Peace of Mind with Anti-hack Measures for Your WordPress Blog</h3>
<p>Once you get the habit to make regular backups, the next steps in securing your WordPress blog and your peace of mind can be grouped into the following categories: </p>
<h4>1. Common sense security.</h4>
<p>Security starts with the most basic steps many web masters tend to neglect. Some common sense security steps include the installation of patches and updates as soon as they are released, use of strong passwords (and their frequent change), caution about the places you log from (because if you login from an insecure location and your password can be intercepted, this kills all your efforts to secure your WordPress blog), etc. The careful selection of a <a href="http://www.webhostingsearch.com/wordpress-hosting.php">reliable wordpress hosting provider</a> also falls into this group of measures – cheap WordPress hosts can be secure but you need to double check. </p>
<h4>2. Limit access.</h4>
<p>Many hacking exploits happen because the web master was generous in granting access. You should always keep to the least privilege rule and grant permissions restrictively. For instance, if you impose IP restrictions to the wp-admin directory, this could stop many unauthorized access attempts. However, be careful not to cut your own access and lock yourself out! Additionally, you can make many files read-only and give privileges to selected users only. </p>
<h4>3. Harden your web server.</h4>
<p>Many exploits are possible not because of WordPress weaknesses but because of server vulnerabilities. This is why you need to harden Apache or whatever web server you are using. </p>
<h4>4. Secure plugins.</h4>
<p>Plugins are what gives power to WordPress but they are also responsible for many vulnerabilities. Sometimes it is the given combination of plugins that makes your WordPress blog an easy target, while in other cases it might be just a separate plugin. Anyway, make sure that you have followed the steps needed to secure your WordPress plugins. </p>
<h4>5. When done, check with the WP Security Scanner.</h4>
<p> It is naïve to think that it takes only 4 (groups of) steps to secure your WordPress blog – in fact, there is much more you can and should do. If you want to run a security check and see what the report includes, <a href="http://blogsecurity.net/wordpress/tools/wp-scanner/">WP Security Scanner</a> will give you an idea of what else you need to fix. The tool in the link is one of the best tools for the purpose, so download it and run it. </p>
<p>These 5 measures are just the beginning in making your WordPress blog secure. Don&#8217;t skip them, they are vital. </p>
<p><em>Laura Hayes is a full time Senior Writer for Web Hosting Search, <a href="http://www.webhostingsearch.com/" target="_blank">one of the strongest guides for web hosting</a>. She blogs about WordPress techniques and online marketing.</em></p>
<p>Photo Credit: <a href="http://www.flickr.com/photos/carbonnyc/2294144289/">CarbonNYC</a></p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/wordpress-2-8-3-security-release-1467/' rel='bookmark' title='WordPress 2.8.3 Security Release'>WordPress 2.8.3 Security Release</a></li>
<li><a href='http://www.zoopmedia.com/why-use-wordpress-1632/' rel='bookmark' title='Why Use The WordPress Platform?'>Why Use The WordPress Platform?</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-2-8-1-released-1373/' rel='bookmark' title='WordPress 2.8.1 Released'>WordPress 2.8.1 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/protect-wordpress-blog-5292/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1 Released</title>
		<link>http://www.zoopmedia.com/wordpress-2-8-1-released-1373/</link>
		<comments>http://www.zoopmedia.com/wordpress-2-8-1-released-1373/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 16:44:22 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=1373</guid>
		<description><![CDATA[Have you noticed the little yellow bar in your WordPress dashboard? Version 2.8.1 was officially released yesterday and it includes a few bug fixes as well as some changed to make it more secure.


Related posts:<ol><li><a href='http://www.zoopmedia.com/wordpress-2-9-1-has-been-released-4645/' rel='bookmark' title='WordPress 2.9.1 Has Been Released'>WordPress 2.9.1 Has Been Released</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-version-2-8-5-released-3514/' rel='bookmark' title='WordPress Version 2.8.5 Released'>WordPress Version 2.8.5 Released</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-2-8-3-security-release-1467/' rel='bookmark' title='WordPress 2.8.3 Security Release'>WordPress 2.8.3 Security Release</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1375" title="wordpress-2-8-1" src="http://www.zoopmedia.com/wp-content/uploads/2009/07/wordpress-2-8-1.png" alt="wordpress-2-8-1" width="449" height="24" /></p>
<p>Have you noticed the yellow upgrade bar in your WordPress dashboard? If not, version 2.8.1 was officially released yesterday and it includes a few bug fixes as well as some changed to make it more secure.</p>
<p>Here&#8217;s a few things version 2.8.1 fixes:</p>
<ul>
<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have to change.</li>
<li>Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>
<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>
<li><strong>A problem where the rich text editor wasn’t being loaded due to compression issues has been worked around.</strong></li>
<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>
<li>Translation of role names fixed.</li>
</ul>
<p>The problem in bold was something a lot of our clients were experiencing. Luckily this version resolves any problems with the rich text editor. For a list of all the fixes included in this version, check out <a href="http://wordpress.org/development/2009/07/wordpress-2-8-1/">this post</a> over on the WordPress.org blog.</p>
<p>If you haven&#8217;t yet, we highly recommend upgrading right away to be on the safe side. We&#8217;ve already upgraded our blogs and haven&#8217;t experienced any problems.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/wordpress-2-9-1-has-been-released-4645/' rel='bookmark' title='WordPress 2.9.1 Has Been Released'>WordPress 2.9.1 Has Been Released</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-version-2-8-5-released-3514/' rel='bookmark' title='WordPress Version 2.8.5 Released'>WordPress Version 2.8.5 Released</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-2-8-3-security-release-1467/' rel='bookmark' title='WordPress 2.8.3 Security Release'>WordPress 2.8.3 Security Release</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/wordpress-2-8-1-released-1373/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

