Typically, the default page of a domain is refer to index.* file . As an example, the default page when browse to http://abc.com will be refer to http://abc.com/index.htm usually. Actually the default page can be set to other than index.* by using DirectoryIndex directive in .htaccess file.
By default, DirectoryIndex directive is set to:
DirectoryIndex index.html index.htm [...]