<?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>Blog Explosion dot NET &#187; Wordpress Tips</title>
	<atom:link href="http://www.blogexplosion.net/category/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogexplosion.net</link>
	<description>Niche Marketing for Beginners</description>
	<lastBuildDate>Sat, 09 Apr 2011 19:40:26 +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>WordPress Plugin Folder Security</title>
		<link>http://www.blogexplosion.net/2008/09/28/wordpress-plugin-folder-security/</link>
		<comments>http://www.blogexplosion.net/2008/09/28/wordpress-plugin-folder-security/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 00:27:53 +0000</pubDate>
		<dc:creator>Elliott</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[prevent indexing of wordpress plugin folder]]></category>
		<category><![CDATA[wordpress plugin security]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://www.blogexplosion.net/?p=70</guid>
		<description><![CDATA[One of the problems with WordPress is that the plugins folder is wide open to viewers by default. Don&#8217;t believe me? Visit your plugin folder via the internet and see. http://www.yourdomain.com/wp-content/plugins/ Now, if a hacker can see and find them, the search engines can index them, well, if a plugin has a security hole in [...]]]></description>
			<content:encoded><![CDATA[<p>One of the problems with WordPress is that the plugins folder is wide open to viewers by default.  Don&#8217;t believe me?  Visit your plugin folder via the internet and see.</p>
<p>http://www.yourdomain.com/wp-content/plugins/</p>
<p>Now, if a hacker can see and find them, the search engines can index them, well, if a plugin has a security hole in it that can be exploited, you are wide open.</p>
<p>So, how do you close this hole?</p>
<p><span id="more-70"></span></p>
<p>You can block access to the plugin folder by two methods that are easily accomplished.</p>
<p>First, you can open your text editor, write some jibber-jabber or a &#8220;nice&#8221; message that someone would see if they are attempting to read your plugins folder.  Save this file as &#8220;index.html&#8221; and upload it to the plugins folder.  Don&#8217;t worry, it won&#8217;t hurt anything.  This will show people a blank page or whatever message you entered if they try the trick to see what you are using or have in your plugins folder.</p>
<p>Secondly, you can modify your .htaccess file.  I am in no way an expert with .htaccess files.  I found this solution in a couple of other spots and have put it in place and it seems to work.</p>
<p>At the top of your .htaccess file put this:</p>
<p><code># Prevents directory listing<br />
Options -Indexes </code></p>
<p>Now that will also block access to the plugins folder, but more so for the search engines also.  This way Googlebot and other bots won&#8217;t index your plugins folder for the entire world to see.</p>
<p>Now, you want to see how many people don&#8217;t know this?  Visit Google and type in:</p>
<p>Index of /wp-content/plugins</p>
<p>Now thats a lot of open plugin folders!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogexplosion.net/2008/09/28/wordpress-plugin-folder-security/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

