| Trusted Advisor with 3,942 posts. | | Join Date: Jun 2003 Location: Northern California | |
Hi Estreetloans,
There's really no difference - either is fine. The only thing to note is that your server likely has a default extension for the homepage. It's usually either "index.something" or "default.something". It could be .htm, .html, .asp, .php, etc. Before changing things, you should check which your server is configured to. I know that in IIS, you can tell it which one you want it to detect. On my server, I had index.htm pages that I ended up changing to index.asp. But I still retained index.htm for awhile in case people had it bookmarked. So on the server I bumped index.asp above index.htm in the default files so that people who just typed in the domain name would be directed to index.asp. It should be an easy thing for any server admin to do. If you're currently using .htm, I would just leave it as that. The .html doesn't gain you anything and doesn't make any difference to search engines. |