What is the Index.htm page of a website?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharden3
    Contributor
    • Jul 2008
    • 916

    What is the Index.htm page of a website?

    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
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    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.

    Comment

    • tharden3
      Contributor
      • Jul 2008
      • 916

      #3
      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?

      Comment

      • David Laakso
        Recognized Expert Contributor
        • Aug 2008
        • 397

        #4
        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.

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

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

          Comment

          • tharden3
            Contributor
            • Jul 2008
            • 916

            #6
            but both htm and html are pretty much the same as far as extensions go, right? no differences?

            Comment

            • drhowarddrfine
              Recognized Expert Expert
              • Sep 2006
              • 7434

              #7
              Yes, they are the same, but servers can be set to respond to any extension, including none at all.

              Comment

              • asedt
                New Member
                • Jun 2008
                • 130

                #8
                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?

                Comment

                • drhowarddrfine
                  Recognized Expert Expert
                  • Sep 2006
                  • 7434

                  #9
                  No. It's all a lie.

                  Comment

                  • asedt
                    New Member
                    • Jun 2008
                    • 130

                    #10
                    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.

                    Comment

                    • drhowarddrfine
                      Recognized Expert Expert
                      • Sep 2006
                      • 7434

                      #11
                      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.rumpelstil skinin_is_a_wea ny 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.

                      Comment

                      • zaankanter
                        New Member
                        • Feb 2008
                        • 30

                        #12
                        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.

                        Comment

                        • drhowarddrfine
                          Recognized Expert Expert
                          • Sep 2006
                          • 7434

                          #13
                          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.
                          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.

                          Comment

                          Working...