| Copyright | 2002 Simon Marlow. |
|---|---|
| Safe Haskell | None |
| Language | Haskell98 |
Network.MoHWS.Part.Index
Description
Show index.html or another configured file
whenever the URI path is a directory.
However, this module gets only active
if the directory path is terminated with a slash.
Without a slash the relative paths will not be processed correct by the web clients
(they will consider relative paths as relative to the superdirectory).
See also Network.MoHWS.Part.AddSlash.