Index sites

August 5th, 2016

How are people create these index sites? Here’s an example: http://www.gasolineonfire.com/storage/Music/
Please code your links including passwords. - Enigma86
I can make one with html but am thinking there’s an easier way…maybe an automatic index generator?

Answer #1
yes google for indexing php script or file list php script
Answer #2
sry mods…
Answer #3
I have tried searching for this but I can’t find anything that looks like it will do what I want. I want to index the contents of a folder and make each file have a link that when clicked it will allow it to be downloaded. If files are added to the folder, the page updates with the new additions.
Anyone ever done this?
Answer #4
That to me looks like the default web server index folder function. If you are using Apache Webserver (usually if your host is running linux) then you can add a “Allow Index Rule” (or something like that) to your .htaccess file and Apache will output something very similar. Nothing else required. You may have to contact your host for them to allow directory indexing.
Answer #5
Problem solved. I had to add a .htaccess file to my folder that I wanted to have listed. The .htaccess file had to have this info: Options +Indexes

 

| Sitemap |