
![]() |
|
Synonym of Index.php
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 general page, which is often referred to as a main or "index" page. index.html is the traditional filename for such a page, 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, default.asp). An example is the popular open source web server Apache, where the list of filenames is controlled by the DirectoryIndex directive in the main server configuration file or in the configuration file for that directory.
Index.html
Index.html é o ficheiro (arquivo) que em muitos servidores web é servido por default (padrão) caso o URL requesitado corresponda a um directório. Geralmente é o primeiro ficheiro (arquivo) de um web site. Outras alternativas poderiam ser index.htm, index.php, default.htm, default.asp, ou qualquer outra extenção definida pelo webmaster.
| ||||||||||||