apache

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • [MistaT]
    So Fucking Banned
    • Jul 2002
    • 193

    #1

    apache

    how do you get apache to display a description when viewing a folder that does not have an index file

    it has the column but its empty

    thanks
  • jennycards
    Confirmed User
    • Feb 2002
    • 1124

    #2
    Don't understand what you mean exactly ... post a screen shot.
    Make Money with true niche programs like Adult ECards - Pantyhose Fetish - Men in Pantyhose

    Comment

    • kenny
      Confirmed User
      • Mar 2002
      • 7245

      #3
      Originally posted by jennycards
      Don't understand what you mean exactly ... post a screen shot.

      yea what this person said
      7

      Comment

      • some_idiot
        Confirmed User
        • May 2002
        • 1511

        #4
        Originally posted by [MistaT]
        how do you get apache to display a description when viewing a folder that does not have an index file

        it has the column but its empty

        thanks
        This is controlled by mod_autoindex .

        Turn on the FancyIndexing directive and then feed in
        the AddDescription directives.

        REMEMBER take the spaces out on the first and last
        lines, it's a limitation of the forum parser's display.

        &lt Directory /web/docs>
        IndexOptions FancyIndexing
        AddDescription "The planet Mars" /web/pics/mars.gif
        &lt /Directory>

        This AVS pays my mortgage!

        Comment

        Working...