I just uploaded my index.html file, and I can see it with FTP/FrontPage, but the web server gives a "404 Not Found" error when I try to load it. What's wrong?

Check your filenames for capitalization and/or unusual characters. As with most web servers, our web servers are CaSe SeNsItIvE, which means that INDEX.HTML is not the same as index.html. In addition, for best results, we suggest that you limit your filenames to the following characters: A-Z, a-z, 0-9, ".", "-", "_", as browser support varies widely with unusual characters.