make single folder viewable

Discussion in 'General' started by omni, Jul 11, 2007.

  1. omni

    omni New Member

    I did some searching and couldn't find anything related to this, so hopefully its just a quick easy answer for you guys.

    I want to make one single directory viewable. As it sits right now when I pull up zvy.org/pics I get a 403 error because there is nothing but .jpg's and .gif's in there. However when I pull it up I would like to see a listing of all the files in the folder, and just that one folder.

    can someone please point me in the direct direction? I am sure its just a simple apache folder directive but I can't find anything. Thanks in advance.
     
  2. omni

    omni New Member

    I figured it out,

    I just added;
    Code:
    <Directory '/var/www/web1/web/pics'>
       Options Indexes
    </Directory>
    in my apache directives within ISPConfig.
     

Share This Page