<?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: WordPress Security Tip</title>
	<atom:link href="http://www.itsananderson.com/2008/12/wordpress-security-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsananderson.com/2008/12/wordpress-security-tip/</link>
	<description>Designer and Programmer</description>
	<lastBuildDate>Wed, 10 Mar 2010 16:05:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-security-tip/comment-page-1/#comment-94</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 02 Jan 2009 04:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-security-tip/#comment-94</guid>
		<description>Hey Kim,

You have a good point there. The reason I would still use IndexIgnore though is that it&#039;s just a little bit more friendly (doesn&#039;t contain the word &quot;Error&quot; :) )

Of course if you were to create a custom error page with something like this in your &lt;code&gt;.htaccess&lt;/code&gt;:

&lt;code&gt;ErrorDocument 403 /errors/forbid.php&lt;/code&gt;

Then you just place a helpful message in &lt;code&gt;/errors/forbid.php&lt;/code&gt;. Make sure you actually change the status to 200 as well or browsers like IE and Chrome  won&#039;t display the page.

&lt;pre&gt;
&lt; ?php
header(&quot;HTTP/1.0 200 OK&quot;);
?&gt;
&lt;/pre&gt;


Cheers!</description>
		<content:encoded><![CDATA[<p>Hey Kim,</p>
<p>You have a good point there. The reason I would still use IndexIgnore though is that it&#8217;s just a little bit more friendly (doesn&#8217;t contain the word &#8220;Error&#8221; <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Of course if you were to create a custom error page with something like this in your <code>.htaccess</code>:</p>
<p><code>ErrorDocument 403 /errors/forbid.php</code></p>
<p>Then you just place a helpful message in <code>/errors/forbid.php</code>. Make sure you actually change the status to 200 as well or browsers like IE and Chrome  won&#8217;t display the page.</p>
<pre>
< ?php
header("HTTP/1.0 200 OK");
?>
</pre>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-security-tip/comment-page-1/#comment-93</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Fri, 02 Jan 2009 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-security-tip/#comment-93</guid>
		<description>Thanks for the tip! There is also another method to accomplish the same thing using .htaccess - add the line Options -Indexes to turn off directory listings completely.

If someone does try to look at the contents of a directory by going to http://www.domain.tld/foldername/, they are presented with a 403-Forbidden error.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! There is also another method to accomplish the same thing using .htaccess &#8211; add the line Options -Indexes to turn off directory listings completely.</p>
<p>If someone does try to look at the contents of a directory by going to <a href="http://www.domain.tld/foldername/" rel="nofollow">http://www.domain.tld/foldername/</a>, they are presented with a 403-Forbidden error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-security-tip/comment-page-1/#comment-92</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 02 Jan 2009 04:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-security-tip/#comment-92</guid>
		<description>Hi Miroslav,

Good question. If you look at my wp-admin/css folder you can see that no files are listed.

http://itsananderson.com/blog/wp-admin/css/

I didn&#039;t even know that there was no index.php file there until you pointed it out, but the .htaccess trick took care of things for me :)

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Miroslav,</p>
<p>Good question. If you look at my wp-admin/css folder you can see that no files are listed.</p>
<p><a href="http://itsananderson.com/blog/wp-admin/css/" rel="nofollow">http://itsananderson.com/blog/wp-admin/css/</a></p>
<p>I didn&#8217;t even know that there was no index.php file there until you pointed it out, but the .htaccess trick took care of things for me <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miroslav Glavic</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-security-tip/comment-page-1/#comment-91</link>
		<dc:creator>Miroslav Glavic</dc:creator>
		<pubDate>Fri, 02 Jan 2009 04:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-security-tip/#comment-91</guid>
		<description>what about in the wp-admin folders?

wp-admin/css folder has no index.php file in it</description>
		<content:encoded><![CDATA[<p>what about in the wp-admin folders?</p>
<p>wp-admin/css folder has no index.php file in it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
