Changes between Initial Version and Version 1 of TewiDirectiveDirectoryIndex


Ignore:
Timestamp:
Sep 26, 2024, 6:43:16 AM (7 weeks ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TewiDirectiveDirectoryIndex

    v1 v1  
     1
     2== !DirectoryIndex Directive
     3List of resources to look for when the client requests a directory.
     4
     5The `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{{{
     8DirectoryIndex index.html
     9}}}
     10