<?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>Simpa studio blog &#187; security</title>
	<atom:link href="http://blog.simpa.ba/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simpa.ba</link>
	<description>Been there, done that...</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:17:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Securing WordPress Blog</title>
		<link>http://blog.simpa.ba/2009/03/securing-wordpress-blog/</link>
		<comments>http://blog.simpa.ba/2009/03/securing-wordpress-blog/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 17:13:52 +0000</pubDate>
		<dc:creator>aarsla</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.simpa.ba/?p=29</guid>
		<description><![CDATA[<p>General recommendations Use the latest stable version of WordPress Rename &#8220;admin&#8221; user (using sql query) Use strong passwords (lEtTerS, numbers, special chars) Do not use &#8220;wp_&#8221; table prefix in your wordpress database [TABLE=3] Secure wp-content folder .htaccess file: Order Allow,Deny &#8230; <a href="http://blog.simpa.ba/2009/03/securing-wordpress-blog/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<h2>General recommendations</h2>
<ul>
<li>Use <a href="http://wordpress.org/download/">the latest stable version of WordPress</a></li>
<li>Rename "admin" user (using sql query)</li>
<li>Use strong passwords (lEtTerS, numbers, special chars)</li>
<li>Do not use "wp_" table prefix in your wordpress database</li>
</ul>
<p>[TABLE=3]</p>
<h2>Secure wp-content folder</h2>
<p>.htaccess file:</p>
<pre lang="apache" escaped="true">Order Allow,Deny
Deny from all
&lt;Files ~ ".(css|jpe?g|png|gif|js|doc|pdf)$"&gt;
Allow from all
&lt;/Files&gt;</pre>
<h2>Secure wp-admin folder</h2>
<p>.htaccess file:</p>
<pre lang="apache">Order deny,allow
Deny from all
Allow from my.ip.addr.ess1 my.ip.addr.ess2</pre>
<h2>Recommended plugins</h2>
<ul>
<li><a href="http://semperfiwebdesign.com/plugins/wp-security-scan/">WP Security Scan</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simpa.ba/2009/03/securing-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

