.htaccess question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • peter@for-wild.org

    .htaccess question

    Can anyone tell me why the description is showing up twice with this:
    HeaderName HEADER.html
    ReadmeName README.html
    Options All +Indexes
    IndexOptions FancyIndexing FoldersFirst SuppressHTMLPre amble
    TrackModified NameWidth=* DescriptionWidt h=*
    IndexIgnore .. Anura Aves Kids Other Orthoptera SAVE
    AddDescription "Play songs in random order", 00PlayMe.cgi

    The URL is http://www.biophile.org/songs/

    Also, is there a way to hide all directories instead of enumerating
    them as is done here?

  • David Håsäther

    #2
    Re: .htaccess question

    <peter@for-wild.org> wrote:
    [color=blue]
    > Can anyone tell me why the description is showing up twice with this:[/color]

    [...]
    [color=blue]
    > AddDescription "Play songs in random order", 00PlayMe.cgi[/color]
    ---------------------------------------------^

    The file "00PlayMe.c gi" will obviously get a description. But notice
    the comma. The file "05 Tie Me Kangaroo Down, Sport.wma" does have a
    comma in its filename, hence will also get the description.

    --
    David Håsäther

    Comment

    Working...