score:0

Accepted answer

index.html is the default page that is shown if / is requested. why would you want to change that? either rename login.html to index.html or use url rewriting. however, the last option would only serve to confuse anyone who will be reading your source code.

the reason for the error message is that you requested / and (i assume) there is no entry for "index" in your sitemap, so it doesn't know how to handle the request. it has no way to know that you wanted login.html to be the default page.


Related Query

More Query from same tag