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 ...
- 10-30-2008 #1
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"
- 10-31-2008 #2Linux 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 ...!!!
- 10-31-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 0
- 10-31-2008 #4
You need to change the Apache config to allow indexes on the directory.
It is the indexes that allows the browsing.Code:<Directory /path/to/files> Options Indexes All FollowSymLinks MultiViews </Directory>
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.


Reply With Quote

