java - How do you get resin to serve index.html by default if you navigate to a directory? (equivalent of DirectoryIndex in Apache) -
Can be configured to run static files such as navigating for example file foo / bar / index Will serve HTML (without a redirect)? I have not found the answer in the Rajan docks, although I am looking in the wrong place.
Apache will have the equivalent directory index directive.
Maybe I do not get the question, but it looks like this?
Comments
Post a Comment