Let's say I made a folder on my webspace called "dl" where I want to store some various documents for customers to download.
Is there a way to use simple html to display the contents of this folder, even if they contents change?
So for example the document "sample.pdf" is stored in "
If on my home page, I make a link to my document, the PDF just pops right open when I click it. If I try to navigate to the almost empty /dl/ folder, the browser returns a 404 error.
I made a blank index.htm or default.htm doc in the /dl/ folder, which allows visit a blank webpage, but there's no indication that any (pdf or other) documents are in that directory.
Now we've all been to webpages that show us an index of folder contents, some times there's even multiple files trees. Is this a web-server feature? Can I mimic this to display a short list of folder contents on my website just using HTML?
Is there a way to use simple html to display the contents of this folder, even if they contents change?
So for example the document "sample.pdf" is stored in "
If on my home page, I make a link to my document, the PDF just pops right open when I click it. If I try to navigate to the almost empty /dl/ folder, the browser returns a 404 error.
I made a blank index.htm or default.htm doc in the /dl/ folder, which allows visit a blank webpage, but there's no indication that any (pdf or other) documents are in that directory.
Now we've all been to webpages that show us an index of folder contents, some times there's even multiple files trees. Is this a web-server feature? Can I mimic this to display a short list of folder contents on my website just using HTML?