When I visit my site, lets just say http://example.com/, it forwards to http://example.com/home.html. How come this always forwards to this? Thanks for the help! I have VERY little knowledge of HTML so any help is appreciated!
You have to rename your home.html file to index.html.
No, not really. it's auto-forwarding the browser. That has nothing to do with the name.
Are you using iWeb? iWeb will automatically set things up like this. I'd need to know more about your site and how you created it to give more information.
Yea, iWeb setups an auto-refresh that points to your home page. This is basically out of your control as far as I am aware. The only work around might be to use masking, which you would setup through GoDaddy.
If you have file access on your server and it is running Apache, may I suggest editing the .htaccess file in your web root (/www or /public-html) directory. There should be a line that starts with Redirect at least once in there.
No, there's no .htaccess file here. It's already been stated the OP is using iWeb, so that's not going to be part of this.
iWeb doesn't create a .htaccess file but that doesn't mean you can't build it yourself and use it. I use an .htaccess with an iWeb created website. No problem.