Index folder files in webserver
SNAKE OS firmware for wlxkj652, ns-k330 and NAS based on str8132 SoC
Brought to you by:
dgazineu
Originally created by: allst... (code.google.com)@gmail.com
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
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: hcgur...@ttmail.com
This is already solved at https://code.google.com/p/snake-os/issues/detail?id=50
Related
Tickets: #50
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: allst... (code.google.com)@gmail.com
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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: noci... (code.google.com)@gmail.com
Up
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: vittc... (code.google.com)@gmail.com
up