Connecting Tech Pros Worldwide Forums | Help | Site Map

What is the Index.htm page of a website?

tharden3's Avatar
Site Addict
 
Join Date: Jul 2008
Location: Ocala, FL (United States)
Posts: 817
#1: Sep 1 '08
Whats is the index.htm page of websites? I didn't really understand... is it supposed to be the "home page"? Or is it whatever you want it to be? I'm making a website, and my free web host required that I have one. I made one, and it works fine, but what is it supposed to be? Could you give me an example?

drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,579
#2: Sep 1 '08

re: What is the Index.htm page of a website?


Servers default to index.html whenever they are accessed at the IP address or domain name. It's the default landing page or home page.
tharden3's Avatar
Site Addict
 
Join Date: Jul 2008
Location: Ocala, FL (United States)
Posts: 817
#3: Sep 1 '08

re: What is the Index.htm page of a website?


Quote:

Originally Posted by drhowarddrfine

Servers default to index.html whenever they are accessed at the IP address or domain name. It's the default landing page or home page.

does it matter if I end my index with .htm or .html? whats the difference?
Expert
 
Join Date: Aug 2008
Posts: 397
#4: Sep 1 '08

re: What is the Index.htm page of a website?


Quote:

Originally Posted by tharden3

does it matter if I end my index with .htm or .html? whats the difference?

I think the .htm extension is from back in the day when computers couldn't handle file extensions greater than three characters. Nowadays, as far as I know, you are safe with either .htm or .html.
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,579
#5: Sep 1 '08

re: What is the Index.htm page of a website?


Actually, it's because Microsoft couldn't handle larger extensions. *nix can handle up to 256 or somesuch.
tharden3's Avatar
Site Addict
 
Join Date: Jul 2008
Location: Ocala, FL (United States)
Posts: 817
#6: Sep 2 '08

re: What is the Index.htm page of a website?


but both htm and html are pretty much the same as far as extensions go, right? no differences?
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,579
#7: Sep 2 '08

re: What is the Index.htm page of a website?


Yes, they are the same, but servers can be set to respond to any extension, including none at all.
Familiar Sight
 
Join Date: Jun 2008
Location: Sweden
Posts: 130
#8: Sep 2 '08

re: What is the Index.htm page of a website?


Quote:

Originally Posted by drhowarddrfine

Actually, it's because Microsoft couldn't handle larger extensions. *nix can handle up to 256 or somesuch.

Is this statment true then?:

"The extension *.html don't work in some versions of DOS/early Windows."

And that would be the only reason to use *.htm instead?
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,579
#9: Sep 2 '08

re: What is the Index.htm page of a website?


No. It's all a lie.
Familiar Sight
 
Join Date: Jun 2008
Location: Sweden
Posts: 130
#10: Sep 2 '08

re: What is the Index.htm page of a website?


Quote:

Originally Posted by drhowarddrfine

No. It's all a lie.

Plz elaborate, don't mess with my head.. it feals like you are some contradictory in you statment.
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,579
#11: Sep 2 '08

re: What is the Index.htm page of a website?


I forgot my smiley face.

In Unix, there are no "extensions" that work like Windows. A dot is just another character. So it is just as easy to call a file text.rumpelstilskinin_is_a_weany as anything else. Unix doesn't care as long as you stay under the max filename length which, iirc, is 255 characters.

Under DOS and Windows (until recently?), anything after the dot was significant and couldn't be longer than 3 characters, hence the .htm extension.

Unix didn't care because the server handled that and you just set the server to interpret .htm the same as .html. Still true today.

In case you didn't know, the internet revolves around Unix and its standards.
Newbie
 
Join Date: Feb 2008
Posts: 30
#12: Sep 2 '08

re: What is the Index.htm page of a website?


Actualy servers DO discriminate between .htm and .html.
You can try this by uploading two diffent pages with the same name, but different extensions.

For your index (the titelpage of your site) you will be alright, using either index.htm or index.html, just do not use both! You won't have control over wich page will be shown.
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,579
#13: Sep 2 '08

re: What is the Index.htm page of a website?


Quote:

Originally Posted by zaankanter

Actualy servers DO discriminate between .htm and .html.
You can try this by uploading two diffent pages with the same name, but different extensions.

Well, of course, and maybe I didn't make it clear. Using .html or .htm is like using two different names altogether, but servers can be set up to accept either or both.
Quote:
just do not use both! You won't have control over wich page will be shown.
As I said, a server can be set to accept either.
Reply