Difference between revisions of "Home page"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Description)
(See also)
Line 20: Line 20:
  
 
* [[Web design]]
 
* [[Web design]]
 +
* [[Web page]]
 
* [[Website]]
 
* [[Website]]
  

Revision as of 16:36, 8 February 2016

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

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