browser wont load with main index page

I have uploaded all pages and file for my site - however when I type the web URL into the browser I cannot load the site unless I add the extention of the page ie www.mysite.com/indexpage.html
How do I get the page to load as www.mysite.com

Now, how is this related to SmartFTP or FTP in general? Sorry, but we cannot support generic web-hosting questions here.

Here's the answer anyways: The page that should show up when you only enter www.mysite.com needs to be named index.html. If you cannot (or don't want to) rename your file, and your web-server is Apache, you can create a .htaccess file in the web root directory with the following contents:
DirectoryIndex indexpage.html
Also see http://httpd.apache.org/docs/1.3/mod/mo ... ctoryindex