<?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: Directory listing in htaccess. Allow, Deny, Disable, Enable Directory Listing in .htaccess</title>
	<atom:link href="http://viralpatel.net/blogs/2009/03/htaccess-directory-listing-enable-disable-allow-deny-prevent-htaccess-directory-listing.html/feed" rel="self" type="application/rss+xml" />
	<link>http://viralpatel.net/blogs/2009/03/htaccess-directory-listing-enable-disable-allow-deny-prevent-htaccess-directory-listing.html</link>
	<description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:28:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ricardo Zea</title>
		<link>http://viralpatel.net/blogs/2009/03/htaccess-directory-listing-enable-disable-allow-deny-prevent-htaccess-directory-listing.html/comment-page-1#comment-11811</link>
		<dc:creator>Ricardo Zea</dc:creator>
		<pubDate>Sat, 19 Dec 2009 05:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=923#comment-11811</guid>
		<description>Awesome! It worked perfectly!

Thanks Viral!</description>
		<content:encoded><![CDATA[<p>Awesome! It worked perfectly!</p>
<p>Thanks Viral!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viral Patel</title>
		<link>http://viralpatel.net/blogs/2009/03/htaccess-directory-listing-enable-disable-allow-deny-prevent-htaccess-directory-listing.html/comment-page-1#comment-11809</link>
		<dc:creator>Viral Patel</dc:creator>
		<pubDate>Fri, 18 Dec 2009 13:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=923#comment-11809</guid>
		<description>Hi Ricardo,
There is a way to achieve this. If you want to disable directory listing in a folder and all its subfolders except one subfolder say /pdf. You have to create .htaccess file in root folder and the code to disable directory access: &lt;code&gt;Options -Indexes&lt;/code&gt;. And then create another .htaccess file in the subfolder /pdf and add code to allow directory listing in it: &lt;code&gt;Options +Indexes&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Ricardo,<br />
There is a way to achieve this. If you want to disable directory listing in a folder and all its subfolders except one subfolder say /pdf. You have to create .htaccess file in root folder and the code to disable directory access: <code>Options -Indexes</code>. And then create another .htaccess file in the subfolder /pdf and add code to allow directory listing in it: <code>Options +Indexes</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Zea</title>
		<link>http://viralpatel.net/blogs/2009/03/htaccess-directory-listing-enable-disable-allow-deny-prevent-htaccess-directory-listing.html/comment-page-1#comment-11805</link>
		<dc:creator>Ricardo Zea</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=923#comment-11805</guid>
		<description>Is there a way to disable all browsing all directories except one?

For example, after applying &quot;Options -Indexes&quot;, can I create a rule to list items inside the &#039;/pdf&#039; folder?

Thanks.</description>
		<content:encoded><![CDATA[<p>Is there a way to disable all browsing all directories except one?</p>
<p>For example, after applying &#8220;Options -Indexes&#8221;, can I create a rule to list items inside the &#8216;/pdf&#8217; folder?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viralthakkar</title>
		<link>http://viralpatel.net/blogs/2009/03/htaccess-directory-listing-enable-disable-allow-deny-prevent-htaccess-directory-listing.html/comment-page-1#comment-2097</link>
		<dc:creator>viralthakkar</dc:creator>
		<pubDate>Tue, 10 Mar 2009 13:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=923#comment-2097</guid>
		<description>this is really helpful details</description>
		<content:encoded><![CDATA[<p>this is really helpful details</p>
]]></content:encoded>
	</item>
</channel>
</rss>
