<?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: 10 ways to secure your WordPress blog</title>
	<atom:link href="http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jamey Trainor</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-628643</link>
		<dc:creator>Jamey Trainor</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-628643</guid>
		<description>if your laptop and home PC&#039;s are on the same network, someone from other end can find out what is going on other PC&#039;s, if they know what is administrator password for your home PC&#039;s. But as far as i know it&#039;s against law. so it&#039;s depend on other side, but it&#039;s not an easy task to do and not worth it.</description>
		<content:encoded><![CDATA[<p>if your laptop and home PC&#8217;s are on the same network, someone from other end can find out what is going on other PC&#8217;s, if they know what is administrator password for your home PC&#8217;s. But as far as i know it&#8217;s against law. so it&#8217;s depend on other side, but it&#8217;s not an easy task to do and not worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-533695</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Tue, 29 Dec 2009 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-533695</guid>
		<description>very usefull, thanks</description>
		<content:encoded><![CDATA[<p>very usefull, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Duguid</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-530229</link>
		<dc:creator>Mike Duguid</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-530229</guid>
		<description>Further to these, I&#039;d avoid using shared hosting as it makes elevated file permissions a lot more dangerous (VPS are extremely cheap nowadays), and stop using FTP and move to an encrypted file transfer mechanism (gumblar type ftp sniffing explits account for a lot of injected sites)</description>
		<content:encoded><![CDATA[<p>Further to these, I&#8217;d avoid using shared hosting as it makes elevated file permissions a lot more dangerous (VPS are extremely cheap nowadays), and stop using FTP and move to an encrypted file transfer mechanism (gumblar type ftp sniffing explits account for a lot of injected sites)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-529820</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-529820</guid>
		<description>Hi,
the first step to secure your wordpress blog...

1.When you download wordpress you have a folder called &quot;wordpress&quot;.Rename that to something strange for example &quot;deathtoallhackers&quot;.Upload that folder to your root directory.This is strange and unusual but it will help.The next step is to move the index.php and .htacces file from the &quot;deathtoallhackers&quot; folder back to the root.Then open the index.php file and change this:

require(&#039;./wp-blog-header.php&#039;);

to this:

require(&#039;./deathtoallhackers/wp-blog-header.php&#039;);

now log in at http://yourawsomeblog.com/deathtoallhackers/wp-admin


in the admin area go to settings-&gt;general and make sure that your settings to your wordpress url points to:
http://yourawsomeblog.com/deathtoallhackers

and blog adress url:

http://yourawsomeblog.com

this will keep your root directory clean.

btw...use your own strange word:-)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
the first step to secure your wordpress blog&#8230;</p>
<p>1.When you download wordpress you have a folder called &#8220;wordpress&#8221;.Rename that to something strange for example &#8220;deathtoallhackers&#8221;.Upload that folder to your root directory.This is strange and unusual but it will help.The next step is to move the index.php and .htacces file from the &#8220;deathtoallhackers&#8221; folder back to the root.Then open the index.php file and change this:</p>
<p>require(&#8216;./wp-blog-header.php&#8217;);</p>
<p>to this:</p>
<p>require(&#8216;./deathtoallhackers/wp-blog-header.php&#8217;);</p>
<p>now log in at <a href="http://yourawsomeblog.com/deathtoallhackers/wp-admin" rel="nofollow">http://yourawsomeblog.com/deathtoallhackers/wp-admin</a></p>
<p>in the admin area go to settings-&gt;general and make sure that your settings to your wordpress url points to:<br />
<a href="http://yourawsomeblog.com/deathtoallhackers" rel="nofollow">http://yourawsomeblog.com/deathtoallhackers</a></p>
<p>and blog adress url:</p>
<p><a href="http://yourawsomeblog.com" rel="nofollow">http://yourawsomeblog.com</a></p>
<p>this will keep your root directory clean.</p>
<p>btw&#8230;use your own strange word:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help needed &#8211; War to hackers : Emanuele Feronato - italian geek and PROgrammer</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-529745</link>
		<dc:creator>Help needed &#8211; War to hackers : Emanuele Feronato - italian geek and PROgrammer</dc:creator>
		<pubDate>Wed, 09 Dec 2009 10:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-529745</guid>
		<description>[...] tried everything, such as 10 ways to secure your WordPress blog and changing the [...]</description>
		<content:encoded><![CDATA[<p>[...] tried everything, such as 10 ways to secure your WordPress blog and changing the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Wirf</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-510377</link>
		<dc:creator>Mattias Wirf</dc:creator>
		<pubDate>Sun, 18 Oct 2009 18:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-510377</guid>
		<description>About the wp-version, it&#039;s printed with wp_head() in many themes. To remove the version, add this in your themes function.php:

remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);</description>
		<content:encoded><![CDATA[<p>About the wp-version, it&#8217;s printed with wp_head() in many themes. To remove the version, add this in your themes function.php:</p>
<p>remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keep your WordPress Blog (or any site) clean with new Google Webmaster Tools : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-509116</link>
		<dc:creator>Keep your WordPress Blog (or any site) clean with new Google Webmaster Tools : Emanuele Feronato</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-509116</guid>
		<description>[...] Yesterday I blogged about 10 ways to secure your WordPress blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Yesterday I blogged about 10 ways to secure your WordPress blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yarden Refaeli</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-509039</link>
		<dc:creator>Yarden Refaeli</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-509039</guid>
		<description>yea ive noticed and wanted to tell you too...
which is pretty ironic problem I guess..</description>
		<content:encoded><![CDATA[<p>yea ive noticed and wanted to tell you too&#8230;<br />
which is pretty ironic problem I guess..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto Quezada</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-508992</link>
		<dc:creator>Ernesto Quezada</dc:creator>
		<pubDate>Wed, 14 Oct 2009 11:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-508992</guid>
		<description>Just so you know, the RSS is throwing this:

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2180

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3025

Warning: implode() [function.implode]: Argument must be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3077

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2180

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3025

Warning: implode() [function.implode]: Argument must be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3077

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151

Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292

:S</description>
		<content:encoded><![CDATA[<p>Just so you know, the RSS is throwing this:</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2180</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3025</p>
<p>Warning: implode() [function.implode]: Argument must be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3077</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2180</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3025</p>
<p>Warning: implode() [function.implode]: Argument must be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3077</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151</p>
<p>Warning: array_keys() [function.array-keys]: The first argument should be an array in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292</p>
<p>Warning: Invalid argument supplied for foreach() in /web/htdocs/www.emanueleferonato.com/home/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292</p>
<p>:S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yarden Refaeli</title>
		<link>http://www.emanueleferonato.com/2009/10/14/10-ways-to-secure-your-wordpress-blog/#comment-508914</link>
		<dc:creator>Yarden Refaeli</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1734#comment-508914</guid>
		<description>Great post as usual.
Thank you, and good luck defending your blog.
-Yarden Refaeli</description>
		<content:encoded><![CDATA[<p>Great post as usual.<br />
Thank you, and good luck defending your blog.<br />
-Yarden Refaeli</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 5/11 queries in 0.007 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 05:49:09 -->
