With Apache, is it possible to generate a directory listing for a non-folder URL?
- by William Denniss
Apache allows you to create a directory list (when configured) if you visit a folder with no index.html.
What I want to know is, is it possible to get that same list but at a different URL? I'm already using index.html and want to keep it that way.
i.e., this is what I'm looking for:
http://example.com/blar/ - loads my index.html page (don't want this to change)
http://example.com/blar/directory_list (I want this url to render the apache directory list instead)