Hi,
Hiawatha by default does not allow access to files starting with a dot (which is a good thing), but also there is this RFC
https://tools.ietf.org/html/rfc5785 that defines "/.well-known/" URIs for specific usage.
It would be nice, if access to these specific URIs would be allowed by default without having to allow all dot files globally (with AllowDotFiles).
For example this would ease up usage of Let's Encrypt certificates. See this discussion (and also note the url toolkit related stuff):
https://www.hiawatha-webserver.org/forum/topic/2085Also some CalDAV/CardDAV servers are using this URIs.