directoryURL
A directoryURL is a URL whose path refers to a directory on a web server rather than to a specific file. In typical web hosting, a directoryURL represents a container that may hold multiple resources and is often mapped to a default file for display when accessed.
Server behavior commonly associates a directoryURL with an index file. If a directory contains index.html, index.php,
Canonicalization and routing play important roles. Some servers enforce a trailing slash on directoryURLs to indicate
SEO and usability considerations include the readability and hierarchical organization of directoryURLs. Consistent use of trailing
Security considerations are important when configuring directoryURLs. Directory listings should generally be disabled in production to
Examples include http://example.com/blog/ which may serve a blog index or a dynamic page, and http://example.com/docs/ which