I know it depends on the what web server your running but how do you list all files that is in a web folder to show up on an html page. Like some systems, if you don't have an index.html file, it will just list all the files and folders on the directory, like explorer. This other web server I have doesn't support it and says you are unauthorized to view this page, so I'd just like to write a simple html page that will list the directory contents if possible. Basically, I have a about 300 photos I want to share with some people, but don't want to make a link for every picture.

Thanks.