When opening website, index.html doesn't automatically open?

html

Solution

As mentioned in the comments, this is a server configuration issue. If it is allowed by your host, try creating a file in your root directory named: `.htaccess` (yes, it is a file with no name, just an extension). Inside this file, save the following content:

DirectoryIndex index.html

Problem

When going to my website, qlite-usa.com, index.html does not load. I get an error message on the main page. But if I go to qlite-usa.com/index.html, the website loads just fine. How do I make it so qlite-usa.com automatically sends me to qlite-usa.com/index.html? I've tried changing index.html to home.html and others, none of that worked. I use godaddy.

Original source