pavva94 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

Index folder files in webserver #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like one of my webserver folders (called "invitado") to show the 
subfolders and files listed (indexed) with clickable links to download the 
files.

First I tried modifing the http.conf file with:
<Directory /usb/IDE80/webserveer/invitado>
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

But doesn´t work.

Then I created a .htaccess file inside the "invitado" folder with
Options -Indexes

But doesn´t work too

Can anybody help and explain me how to do it?

Thanks

Original issue reported on code.google.com by allst...@gmail.com on 13 Jan 2011 at 5:22

GoogleCodeExporter commented 8 years ago
This is already solved at http://code.google.com/p/snake-os/issues/detail?id=50

Original comment by hcgur...@ttmail.com on 13 Jan 2011 at 7:18

GoogleCodeExporter commented 8 years ago
The solution from Isue 50 is for indexing all the site, not for only one folder.
I want my webpage visitors to see listed only the content of that particular 
folder, not the root of the usb conection.
The cgi folder manager is almost giving me problems when downloading from 
android, resulting in incorrect downloadings of 1Kb files. Don´t know why.

Anyway, thanks for your answer.

Original comment by allst...@gmail.com on 13 Jan 2011 at 8:31

GoogleCodeExporter commented 8 years ago
Up

Original comment by noci...@gmail.com on 1 Jul 2011 at 4:58

GoogleCodeExporter commented 8 years ago
up

Original comment by vittc...@gmail.com on 2 Jul 2011 at 12:05