i have default.aspx and index.html. I uploaded both to the server, but i want my first page start with index.html. What should I do?
If you do not have access to IIS, and you are hosted on IIS 7 (Windows Server 2008), you may want to put this into your web.config file:
web.config
Source: How to add a default document with IIS7 web.config