No, this is not the default page. There is no default page in this directory,
but there is a file called "index.html". If I wanted a default page in this
directory I would have to name it "anotherpage.txt" because I have added the
following to the .htaccess file in this directory:


DirectoryIndex anothername.txt


Try it for yourself. Remove "index.html" from the end of the URL and get the
server's default directory listing. Adding "anotherpage.txt" to the URL will
give an error message (because such a file does not exist).