<?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>Quinterox &#187; remove index</title>
	<atom:link href="http://www.quinterox.com/content/tag/remove-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quinterox.com/content</link>
	<description>Cesar Quinteros</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable And Disable Directory Browsing</title>
		<link>http://www.quinterox.com/content/code/enable-and-disable-directory-browsing/</link>
		<comments>http://www.quinterox.com/content/code/enable-and-disable-directory-browsing/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 07:32:15 +0000</pubDate>
		<dc:creator>Cesar Quinteros</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[add index]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[remove index]]></category>

		<guid isPermaLink="false">http://www.quinterox.com/content/?p=680</guid>
		<description><![CDATA[Adding and removing Linux server file indexes.]]></description>
			<content:encoded><![CDATA[<p>When setting up the structure to my website that includes private and public files I often found a need for a way for certain folders NOT to display a list of its containing files. After searching the web I found it well as a nice link with some .htaccess know how.</p>
<h3>Removing Indexes</h3>
<pre>
Options -Indexes
</pre>
<p></p>
<h3>Adding Indexes</h3>
<pre>
Options +Indexes
</pre>
<p>
As simple as that! Here is the link I found that might come in pretty handy.<br />
<a href="http://www.hostingmanual.net/other/htfun.shtml">http://www.hostingmanual.net/other/htfun.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.quinterox.com/content/code/enable-and-disable-directory-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
