Introduction
Sometimes you want to see all files inside a folder on your web server when no specific file is requested. Directory listing, also called autoindex, lets your web server show a list of files in a folder automatically.
When you want to share files in a folder over the web without creating a webpage for each file.
When you need to quickly check which files are inside a web directory from a browser.
When you want to enable browsing of logs or reports stored in a server folder.
When you are developing and want to see all static files available in a directory.
When you want to provide downloads of multiple files without a custom interface.