<?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>TheTobers.net &#187; Web Design</title>
	<atom:link href="http://thetobers.net/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetobers.net</link>
	<description>Atlanta Tobers</description>
	<lastBuildDate>Sat, 05 Nov 2011 15:01:11 +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>Secure Open Directories</title>
		<link>http://thetobers.net/2009/03/secure-open-directories/</link>
		<comments>http://thetobers.net/2009/03/secure-open-directories/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:00:45 +0000</pubDate>
		<dc:creator>rtober</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.thetobers.net/?p=626</guid>
		<description><![CDATA[By default, most ISP hosted Apache web server accounts do not prevent file indexing when a user navigates into a folder location missing a default index page. Why is this bad? For starters, it provides a quick and dirty method for determining your server/mod/plugin versions and install directory structure. Script Kiddie 101 stuff. A quick &#8230; </p><p><a class="more-link block-button" href="http://thetobers.net/2009/03/secure-open-directories/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>By default, most ISP hosted Apache web server accounts do not prevent file indexing when a user navigates into a folder location missing a default index page. Why is this bad? For starters, it provides a quick and dirty method for determining your server/mod/plugin versions and install directory structure.  Script Kiddie 101 stuff.</p>
<p>A quick and easy method to prevent casual file browsing is via a short root .htaccess mod:</p>
<blockquote><p># prevent directory browsing<br />
Options -Indexes</p></blockquote>
<p>Adding this option covers all the root sub folders automatically. Highly recommended for <a href="http://www.wordpress.org" target="_windows">WordPress</a> installs due to the shear volume of file directory information located in a typical install.</p>
]]></content:encoded>
			<wfw:commentRss>http://thetobers.net/2009/03/secure-open-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

