IndexIgnore

IndexIgnore

am 24.09.2009 22:33:36 von LuKreme

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 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: IndexIgnore

am 30.09.2009 00:06:05 von Bob Ionescu

2009/9/24 LuKreme :
> 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 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