Everipedia Logo
Everipedia is now IQ.wiki - Join the IQ Brainlist and our Discord for early access to editing on the new platform and to participate in the beta testing.
Webserver directory index

Webserver directory index

When an HTTP client (generally a web browser) requests a URL that points to a directory structure instead of an actual web page within the directory, the web server will generally serve a default page, which is often referred to as a main or "index" page.

A common filename for such a page is index.html, but most modern HTTP servers offer a configurable list of filenames that the server can use as an index. If a server is configured to support server-side scripting, the list will usually include entries allowing dynamic content to be used as the index page (e.g. index.php, index.shtml, index.jsp, default.asp) even though it may be more appropriate to still specify the HTML output (index.html.php or index.html.aspx), as this should not be taken for granted. An example is the popular open source web server Apache, where the list of filenames is controlled by the DirectoryIndex[1] directive in the main server configuration file or in the configuration file for that directory. It is possible to make do without file extensions at all, and be neutral to content delivery methods, and set the server to automatically pick the best file through content negotiation.

If the server is unable to find a file with any of the names listed in its configuration, it may either return an error (generally 404 Not Found) or generate its own index page listing the files in the directory. It may also return a 403 Index Listing Forbidden. Usually this option is also configurable.

History

A scheme where web server serves a default file on per-subdirectory basis has been supported as early as NCSA HTTPd 0.3beta (22 April 1993)[2], which defaults to serve index.html file in the directory.[2][3] This scheme has been then adopted by CERN HTTPd since at least 2.17beta (5 April 1994), which its default supports Welcome.html and welcome.html in addition to the NCSA-originated index.html.[4]

All later web servers support this default file scheme in one form or another; usually configurable, with index.html being one of the default file names.

Entrance

Since the index page of website's root directory is often the first page of a Web site that a user sees, it is sometimes used to offer a menu of language options for large Web sites that use geo targeting. It is also possible to avoid this step, for example by using content negotiation.

References

[1]
Citation Linkhttpd.apache.org"mod_dir - Apache HTTP Server". httpd.apache.org. Retrieved 2014-05-30.
Sep 30, 2019, 12:35 AM
[2]
Citation Link1997.webhistory.orghttp://1997.webhistory.org/www.lists/www-talk.1993q2/0135.html
Sep 30, 2019, 12:35 AM
[3]
Citation Linkweb.archive.orghttps://web.archive.org/web/20090131074833/http://hoohoo.ncsa.uiuc.edu/docs/setup/srm/DirectoryIndex.html
Sep 30, 2019, 12:35 AM
[4]
Citation Linkweb.archive.orghttps://web.archive.org/web/19970605110106/http://www.w3.org/pub/WWW/Daemon/Features.html
Sep 30, 2019, 12:35 AM
[5]
Citation Linkhttpd.apache.orgApache API for mod_rewrite
Sep 30, 2019, 12:35 AM
[11]
Citation Linken.wikipedia.orgThe original version of this page is from Wikipedia, you can edit the page right here on Everipedia.Text is available under the Creative Commons Attribution-ShareAlike License.Additional terms may apply.See everipedia.org/everipedia-termsfor further details.Images/media credited individually (click the icon for details).
Sep 30, 2019, 12:35 AM