Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 372 Bytes

File metadata and controls

11 lines (8 loc) · 372 Bytes

directory-default-file

This lambda rewrite the request URL to default any URL ending with / or not having an extension to an index.html.

Examples of redirections:

Request's URI Destination
/ /index.html
/foo/bar /foo/bar/index.html
/foo.bar /foo.bar