What's the URL to your site?
This could be a path problem. It could be a poor file naming convention. For example, Linux servers are cAsE sEnSiTiVe. So FileName.html is not the same as filename.html or FILENAME.html.
Also, you must never use spaces or special characters in filenames. Try to stick with a-z-0-9 or A-Z- 0-9.
Nancy O.