<?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>My DigitalZone &#187; Apach server</title>
	<atom:link href="http://mydigitalzone.net/tag/apach-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://mydigitalzone.net</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jan 2010 04:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Disable a Directory Listing on an Apache Server</title>
		<link>http://mydigitalzone.net/2009/05/05/how-to-disable-a-directory-listing-on-an-apache-server/</link>
		<comments>http://mydigitalzone.net/2009/05/05/how-to-disable-a-directory-listing-on-an-apache-server/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:44:01 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[Apach server]]></category>
		<category><![CDATA[directory listing]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://mydigitalzone.net/?p=255</guid>
		<description><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style>



From time to time, I see web sites that do not have directory listing disabled.  This happens on an Apache server that is not configured properly.  If the webmaster create a directory and does not place an index.html (or index.php) file, the contents of the directory are there for everyone to see.
Not allowing [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style><p id="top" /><script type="text/javascript"><!--
google_ad_client = "pub-2241621611203959";
/* DZone_posts336x280, created 1/2/09 */
google_ad_slot = "2956728885";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>From time to time, I see web sites that do not have directory listing disabled.  This happens on an Apache server that is not configured properly.  If the webmaster create a directory and does not place an index.html (or index.php) file, the contents of the directory are there for everyone to see.</p>
<p>Not allowing the visitors see the directory listing does not make a website secure per se.  But visitors can go up and down the directory trees if the listing is not disabled.  In order to disable a directory listing of a particular directory and all of its subdirectories, you can just place a file called .htaccess with the following line on it.</p>
<p><strong>Options -Indexes</strong></p>
<p>As long as a subdirectory does not have its own .htaccess file that allow directory listing, it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://mydigitalzone.net/2009/05/05/how-to-disable-a-directory-listing-on-an-apache-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
