You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by LuKreme <kr...@kreme.com> on 2009/09/24 22:33:36 UTC

[users@httpd] IndexIgnore

I have an htaccess file with a directive

IndexIgnore head.html foot.html ..

Which prevents the "Parent Directory" from showing up in the directory  
listing.

Now, I want to show the "Parent Directory" in the directories under  
this one, but there doesn't seem to be an IndexUnignore directive or  
any syntax that I see to remove a file or pattern from the list of  
ignored files.

-- 
Rumour is information distilled so finely that it can filter
	through anything. It does not need doors and windows --
	sometimes it does not need people. It can exist free and wild,
	running from ear to ear without ever touching lips.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] IndexIgnore

Posted by Bob Ionescu <bo...@googlemail.com>.
2009/9/24 LuKreme <kr...@kreme.com>:
> IndexIgnore head.html foot.html ..
>
> Which prevents the "Parent Directory" from showing up in the directory
> listing.
>
> Now, I want to show the "Parent Directory" in the directories under this
> one, but there doesn't seem to be an IndexUnignore directive or any syntax
> that I see to remove a file or pattern from the list of ignored files.

Correct. Currently, you can't undo/override IndexIgnore (only add),
IIRC for security reasons.

Bob

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org