Home page

From Wiki @ Karl Jones dot com
Revision as of 10:54, 3 September 2015 by Karl Jones (Talk | contribs) (Created page with "A '''home page''' (homepage, index page, front page or main page) is the initial or main web page of a website. == Description == TO DO: details. == Default web se...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A home page (homepage, index page, front page or main page) is the initial or main web page of a website.

Description

TO DO: details.

Default web server files

The term index page is not limited to home pages.

Web servers support default file names, which the server references when a request does not include a file name.

Typical default files names include:

  • index.html
  • index.php
  • etc.

It is common for all subfolders within a website to include a web page file by the same default file name.

The server checks the list from top to bottom, using the first file name which it finds. A server administrator can edit the list.

See also

TO DO: cross-refs.

External links