<?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: Denying Directory Listing With htaccess</title>
	<atom:link href="http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/</link>
	<description>WebDev and Other Stuff</description>
	<lastBuildDate>Thu, 17 Feb 2011 10:16:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Juan Wong</title>
		<link>http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/comment-page-1/#comment-13034</link>
		<dc:creator>Juan Wong</dc:creator>
		<pubDate>Thu, 13 Nov 2008 00:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coderlab.us/?p=40#comment-13034</guid>
		<description>Digatex,

If I understood your question well, then the answer is that the root (or any other) directory listing shouldn&#039;t be allowed. Obviously, if the root (or any other) directory lacks of an &quot;index&quot; file, the person trying to access such directory would see a 403 message:

&lt;blockquote&gt;
&lt;strong&gt;Forbidden&lt;/strong&gt;

You don&#039;t have permission to access /[directory_name]/ on this server.
...
&lt;/blockquote&gt;

HTH</description>
		<content:encoded><![CDATA[<p>Digatex,</p>
<p>If I understood your question well, then the answer is that the root (or any other) directory listing shouldn&#8217;t be allowed. Obviously, if the root (or any other) directory lacks of an &#8220;index&#8221; file, the person trying to access such directory would see a 403 message:</p>
<blockquote><p>
<strong>Forbidden</strong></p>
<p>You don&#8217;t have permission to access /[directory_name]/ on this server.<br />
&#8230;
</p></blockquote>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digatex</title>
		<link>http://blog.coderlab.us/2008/04/24/denying-directory-listing-width-htaccess/comment-page-1/#comment-13032</link>
		<dc:creator>Digatex</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coderlab.us/?p=40#comment-13032</guid>
		<description>Hi, do you mean that people can not see in the root directory?</description>
		<content:encoded><![CDATA[<p>Hi, do you mean that people can not see in the root directory?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

