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!
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.
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.
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.
You can forward with masking and only the example.com will show but it has some drawback. When you use masking no indication of individual pages will show. Instead of example.com/home or example.com/services all the pages will have the same example.com and it will not be possible for someone to bookmark an individual page any bookmark will always bring the visiteur to the home page. Since you are using iweb and godaddy (I use both as well) you can do a cname change and that will give you example.com/products or whatever the page is. I hope this is clear enough. Godaddy is very helpful on the phone and can help you make the change.
Good luck
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.
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.
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.
I would not use a domain with masking (or cloaking) it has too many drawbacks. The way you (OP) have it now is really the best to get indexed by Google, to have people sharing the link to your pages and so on.
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.
True, but the person was suggesting the .htaccess file was the problem for the OP, which I was stating as not being the case. It's also unclear what type of server the site is being hosted on.