<?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: Apache Web Server Prevent Directory / Folder Listing</title> <atom:link href="http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Tom Geld</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-63173</link> <dc:creator>Tom Geld</dc:creator> <pubDate>Wed, 05 Oct 2011 09:28:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-63173</guid> <description>Hey Team,
thanks for the help. I was trying lots of opportunities, for whatever reason I did not find any source which explained my problem and its solution so clear.
Go on with your work,
Tom</description> <content:encoded><![CDATA[<p>Hey Team,<br
/> thanks for the help. I was trying lots of opportunities, for whatever reason I did not find any source which explained my problem and its solution so clear.<br
/> Go on with your work,<br
/> Tom</p> ]]></content:encoded> </item> <item><title>By: Sebastian</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-45586</link> <dc:creator>Sebastian</dc:creator> <pubDate>Fri, 15 Jan 2010 21:49:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-45586</guid> <description>HI
Can anyone tell me how to remove items from the IndexIgnore list? New commands in a subdirectory only add to the list, but I need some files to be displayed which would be hidden some levels above. I didn&#039;t finde anything in the official documentation, but I hope I have only overlooked something…
Is there a way to acchieve this?
Sebastian</description> <content:encoded><![CDATA[<p>HI</p><p>Can anyone tell me how to remove items from the IndexIgnore list? New commands in a subdirectory only add to the list, but I need some files to be displayed which would be hidden some levels above. I didn&#8217;t finde anything in the official documentation, but I hope I have only overlooked something…</p><p>Is there a way to acchieve this?</p><p>Sebastian</p> ]]></content:encoded> </item> <item><title>By: selim</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-43755</link> <dc:creator>selim</dc:creator> <pubDate>Sun, 20 Sep 2009 11:08:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-43755</guid> <description>I prefer Scott’s solution - thanks scotty :)</description> <content:encoded><![CDATA[<p>I prefer Scott’s solution &#8211; thanks scotty :)</p> ]]></content:encoded> </item> <item><title>By: Balakrishnan</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-42682</link> <dc:creator>Balakrishnan</dc:creator> <pubDate>Thu, 23 Jul 2009 07:18:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-42682</guid> <description>How do i enable files and folder listing for a particular folder?</description> <content:encoded><![CDATA[<p>How do i enable files and folder listing for a particular folder?</p> ]]></content:encoded> </item> <item><title>By: Vinicius Brasil</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-41630</link> <dc:creator>Vinicius Brasil</dc:creator> <pubDate>Sat, 16 May 2009 01:35:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-41630</guid> <description>I want to configure the folder to display the files for download, but want to customize the page that is returned by the webserver.  Anyway of doing that without creating a separate page.</description> <content:encoded><![CDATA[<p>I want to configure the folder to display the files for download, but want to customize the page that is returned by the webserver.  Anyway of doing that without creating a separate page.</p> ]]></content:encoded> </item> <item><title>By: Snipervzln</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-41348</link> <dc:creator>Snipervzln</dc:creator> <pubDate>Fri, 24 Apr 2009 21:50:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-41348</guid> <description>I prefer Scott&#039;s solution; use it on your .htaccess inside the folder you want to hide. It&#039;s better (and customizable) a 505 forbidden page than a empty folder list. Thanks for the post.</description> <content:encoded><![CDATA[<p>I prefer Scott&#8217;s solution; use it on your .htaccess inside the folder you want to hide. It&#8217;s better (and customizable) a 505 forbidden page than a empty folder list. Thanks for the post.</p> ]]></content:encoded> </item> <item><title>By: SinhNT</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-39403</link> <dc:creator>SinhNT</dc:creator> <pubDate>Tue, 09 Dec 2008 09:59:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-39403</guid> <description>Yes. You can modify the config file (httpd.conf) of the Apache server as follows:
1. Options None
2. AllowOverride All
3. Restart the Apache server to take effect.
If you can not access to the Apache&#039;s config file. You should contact to the host&#039;s admin to modify this file so that the line &quot;IndexIgnore *&quot; in your .htaccess file takes effect.
Good luck.</description> <content:encoded><![CDATA[<p>Yes. You can modify the config file (httpd.conf) of the Apache server as follows:<br
/> 1. Options None<br
/> 2. AllowOverride All<br
/> 3. Restart the Apache server to take effect.</p><p>If you can not access to the Apache&#8217;s config file. You should contact to the host&#8217;s admin to modify this file so that the line &#8220;IndexIgnore *&#8221; in your .htaccess file takes effect.</p><p>Good luck.</p> ]]></content:encoded> </item> <item><title>By: toan</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-38685</link> <dc:creator>toan</dc:creator> <pubDate>Sat, 30 Aug 2008 04:50:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-38685</guid> <description>&lt;blockquote&gt;I have changed th IndexIgnore * in my httpd file but still am able to see the files in the directory. Is there any other directives needs to get changed to disable the directory browsing.&lt;/blockquote&gt;
me too. any I dieal for this?</description> <content:encoded><![CDATA[<blockquote><p>I have changed th IndexIgnore * in my httpd file but still am able to see the files in the directory. Is there any other directives needs to get changed to disable the directory browsing.</p></blockquote><p>me too. any I dieal for this?</p> ]]></content:encoded> </item> <item><title>By: toan</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-38684</link> <dc:creator>toan</dc:creator> <pubDate>Sat, 30 Aug 2008 04:49:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-38684</guid> <description>&lt;blockquote&gt;I have changed th IndexIgnore * in my httpd file but still am able to see the files in the directory. Is there any other directives needs to get changed to disable the directory browsing.&lt;/blockquote&gt;</description> <content:encoded><![CDATA[<blockquote><p>I have changed th IndexIgnore * in my httpd file but still am able to see the files in the directory. Is there any other directives needs to get changed to disable the directory browsing.</p></blockquote> ]]></content:encoded> </item> <item><title>By: Simi</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-37867</link> <dc:creator>Simi</dc:creator> <pubDate>Fri, 09 May 2008 07:34:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-37867</guid> <description>I have changed th IndexIgnore * in my httpd file but still am able to see the files in the directory. Is there any other directives needs to get changed to disable the directory browsing.</description> <content:encoded><![CDATA[<p>I have changed th IndexIgnore * in my httpd file but still am able to see the files in the directory. Is there any other directives needs to get changed to disable the directory browsing.</p> ]]></content:encoded> </item> <item><title>By: S. Fanara</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-37798</link> <dc:creator>S. Fanara</dc:creator> <pubDate>Tue, 22 Apr 2008 14:45:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-37798</guid> <description>Thank you for this article. I was looking for a &quot;confirmation&quot; about the wildcard character &quot;*&quot; to make sure it could be used with the directive &quot;IndexIgnore&quot; in order to prevent listing of files and folders on all Apache server directories. The apache mod_autoindex help page did not make any mention of it specifically, instead gives a rather generic example were wildcards are used in conjunction to file extension (like in: *.bak)... and although that is a clear hint to more tech savvy  people, others may like to have it &quot;spelled out&quot; to be sure they will not run into problems.
At first I thought about using &quot;*.*&quot;, but most likely that wouldn&#039;t have worked on folders... so I thought that it must have been possible to just use &quot;*&quot; to mean &quot;everything&quot; (any folder and any file).
Thanks again for spelling it out ;)</description> <content:encoded><![CDATA[<p>Thank you for this article. I was looking for a &#8220;confirmation&#8221; about the wildcard character &#8220;*&#8221; to make sure it could be used with the directive &#8220;IndexIgnore&#8221; in order to prevent listing of files and folders on all Apache server directories. The apache mod_autoindex help page did not make any mention of it specifically, instead gives a rather generic example were wildcards are used in conjunction to file extension (like in: *.bak)&#8230; and although that is a clear hint to more tech savvy  people, others may like to have it &#8220;spelled out&#8221; to be sure they will not run into problems.</p><p>At first I thought about using &#8220;*.*&#8221;, but most likely that wouldn&#8217;t have worked on folders&#8230; so I thought that it must have been possible to just use &#8220;*&#8221; to mean &#8220;everything&#8221; (any folder and any file).</p><p>Thanks again for spelling it out ;)</p> ]]></content:encoded> </item> <item><title>By: Scott Oertel</title><link>http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-37130</link> <dc:creator>Scott Oertel</dc:creator> <pubDate>Fri, 07 Dec 2007 13:34:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/apache-web-server-prevent-directory-folder-listing/#comment-37130</guid> <description>also placing &quot;Options -Indexes&quot; in an htaccess file or in a directory directive in the httpd.conf would disable directory browsing/listings</description> <content:encoded><![CDATA[<p>also placing &#8220;Options -Indexes&#8221; in an htaccess file or in a directory directive in the httpd.conf would disable directory browsing/listings</p> ]]></content:encoded> </item> </channel> </rss>
