Home page

From Wiki @ Karl Jones dot com
Revision as of 18:10, 6 February 2016 by Karl Jones (Talk | contribs) (See also)

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

External links