Forum Moderators: phranque
Options Indexes
IndexOptions +IgnoreCase +SuppressDescription NameWidth=* +SuppressHTMLPreamble
AddIcon (IMG,/.icons/image2.gif) .gif .jpg .xbm
IndexIgnore '.'
HeaderName .ljheader.html
HeaderName .ljfooter.html
<snip>
I'd like to be able to stop it listing the 'Parent Directory' entry, as it's not needed.
I've tried allsorts like:
IndexIgnore .
and
IndexIgnore '.'
and
IndexIgnore /
etc
...to no avail.
Any ideas?
Thanks in advance. :)
[edited by: jdMorgan at 7:53 pm (utc) on July 27, 2004]
[edit reason] Removed specifics per TOS [/edit]
To answer your question, you should try adding:
IndexIgnore .. (that is, two dots)
Hope that works for you.