Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Domain parsing

Domain parsing

Scheduled Pinned Locked Moved Web Development
c++visual-studiocomjsonworkspace
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tom Archer
    wrote on last edited by
    #1

    Where's a good explanation of how URLs are parsed. Specifically: http://msdn.microsoft.com vs http://microsoft.com/msdn and why http://www.msdn.microsoft.com doens't work Program Manager MSDN Online (Windows Vista, Avalon, Windows Workflow and Visual C++) MICROSOFT Windows Vista Developer Center My Microsoft Blog

    E 1 Reply Last reply
    0
    • T Tom Archer

      Where's a good explanation of how URLs are parsed. Specifically: http://msdn.microsoft.com vs http://microsoft.com/msdn and why http://www.msdn.microsoft.com doens't work Program Manager MSDN Online (Windows Vista, Avalon, Windows Workflow and Visual C++) MICROSOFT Windows Vista Developer Center My Microsoft Blog

      E Offline
      E Offline
      Ed Gadziemski
      wrote on last edited by
      #2

      msdn.microsoft.com references what is known as a subdomain. A subdomain is a domain that is part of a larger domain. For example, microsoft.com has multiple subdomains, such as office.microsoft.com and msdn.microsoft.com. Each points to a specific Microsoft product area. microsoft.com/msdn is the address of the subdirectory where all of the information relating to MSDN is stored in the microsoft.com domain. Basically, a subdomain can be the assigned alias of a subdirectory, such that http://msdn.microsoft.com refers to the same Internet space as http://microsoft.com/msdn. www.msdn.microsoft.com does not work because subdomains are shortcuts to a specific part of the world wide web space of a domain. In other words, msdn.microsft.com is a sub-part of www.microsoft.com and is an alias for www.microsoft.com/msdn. So when you access the msdn subdomain, you are through address translation already supplying www. Here are some references: How Does DNS Work?[^] Also, RFC 1034[^] and RFC 1035[^]


      KwikiVac Vacuum Cleaner Supplies

      V T 2 Replies Last reply
      0
      • E Ed Gadziemski

        msdn.microsoft.com references what is known as a subdomain. A subdomain is a domain that is part of a larger domain. For example, microsoft.com has multiple subdomains, such as office.microsoft.com and msdn.microsoft.com. Each points to a specific Microsoft product area. microsoft.com/msdn is the address of the subdirectory where all of the information relating to MSDN is stored in the microsoft.com domain. Basically, a subdomain can be the assigned alias of a subdirectory, such that http://msdn.microsoft.com refers to the same Internet space as http://microsoft.com/msdn. www.msdn.microsoft.com does not work because subdomains are shortcuts to a specific part of the world wide web space of a domain. In other words, msdn.microsft.com is a sub-part of www.microsoft.com and is an alias for www.microsoft.com/msdn. So when you access the msdn subdomain, you are through address translation already supplying www. Here are some references: How Does DNS Work?[^] Also, RFC 1034[^] and RFC 1035[^]


        KwikiVac Vacuum Cleaner Supplies

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        http://www.msdn.microsoft.com/[^] also redirects to http://msdn.microsoft.com/[^] :) :) Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/ http://deepakvasudevan.blogspot.com/

        E 1 Reply Last reply
        0
        • E Ed Gadziemski

          msdn.microsoft.com references what is known as a subdomain. A subdomain is a domain that is part of a larger domain. For example, microsoft.com has multiple subdomains, such as office.microsoft.com and msdn.microsoft.com. Each points to a specific Microsoft product area. microsoft.com/msdn is the address of the subdirectory where all of the information relating to MSDN is stored in the microsoft.com domain. Basically, a subdomain can be the assigned alias of a subdirectory, such that http://msdn.microsoft.com refers to the same Internet space as http://microsoft.com/msdn. www.msdn.microsoft.com does not work because subdomains are shortcuts to a specific part of the world wide web space of a domain. In other words, msdn.microsft.com is a sub-part of www.microsoft.com and is an alias for www.microsoft.com/msdn. So when you access the msdn subdomain, you are through address translation already supplying www. Here are some references: How Does DNS Work?[^] Also, RFC 1034[^] and RFC 1035[^]


          KwikiVac Vacuum Cleaner Supplies

          T Offline
          T Offline
          Tom Archer
          wrote on last edited by
          #4

          Thanks Ed! Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT

          1 Reply Last reply
          0
          • V Vasudevan Deepak Kumar

            http://www.msdn.microsoft.com/[^] also redirects to http://msdn.microsoft.com/[^] :) :) Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/ http://deepakvasudevan.blogspot.com/

            E Offline
            E Offline
            Ed Gadziemski
            wrote on last edited by
            #5

            Yes, in the zone file you can have almost anything redirect to almost anything. The folks at MS realized that some people type in the www even for subdomains, so they likely added a redirect to catch it.


            KwikiVac Vacuum Cleaner Supplies

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups