Changes between Initial Version and Version 1 of TewiDirectiveDirectoryIndex
- Timestamp:
- Sep 26, 2024, 6:43:16 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TewiDirectiveDirectoryIndex
v1 v1 1 2 == !DirectoryIndex Directive 3 List of resources to look for when the client requests a directory. 4 5 The `DirectoryIndex` directive sets the list of resources to look for, when the client requests an index of the directory by specifying a / at the end of the directory name. 6 7 {{{ 8 DirectoryIndex index.html 9 }}} 10