Find the answer to your Linux question:
Results 1 to 4 of 4
Hi All, I recently made a website for a non profit that I co founded and I had a quick question. I'm trying to post the minutes of our meetings ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,955

    Website Question

    Hi All,
    I recently made a website for a non profit that I co founded and I had a quick question. I'm trying to post the minutes of our meetings up so that the directors can view them. I'm not sure what it's called but I want it so that when you go to a folder it just shows all of the files inside of that folder. I've seen this before but can't for the life of me figure out what folder I put them in so that it can be viewed by the public (but it would be like www.something.org/somefolder and then it'd show the list of files in that folder. Thanks!
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  2. #2
    Linux Newbie
    Join Date
    Apr 2008
    Location
    India
    Posts
    170
    As per my guess its a cpanel server... it must be uploaded into public_html
    so that you can view the pages .....
    Regards
    David.s
    davidanands.co.cc
    -->Success is the list of failures ...!!!

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Posts
    0

    linux

    Quote Originally Posted by davidanand View Post
    As per my guess its a cpanel server... it must be uploaded into public_html
    so that you can view the pages .....
    can you pls tell me linux support all the software are not why

  4. #4
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    You need to change the Apache config to allow indexes on the directory.


    Code:
    <Directory /path/to/files>
       Options Indexes All FollowSymLinks MultiViews
    </Directory>
    It is the indexes that allows the browsing.

    In my Ubuntu server this is done in the individual site files in /etc/apache2/sites-available/; in other distros it could be in apache2.conf or httpd.conf, these will be in the apache directory.

    You will need to bounce the web server for the change to take effect.

    If it is a control panel look for something like "Allow Directory Browsing"
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •