How server knows when we request a directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nickyeng
    Contributor
    • Nov 2006
    • 252

    How server knows when we request a directory

    Hi

    how server knows when we request a directory instead of a document file?

    for example this URL :
    Code:
    GET /directory/ HTTP/1.1<ret>
    Hots: http://hostname<ret>
    <ret>
    from
    Nick
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    What language is this for?

    Comment

    • nickyeng
      Contributor
      • Nov 2006
      • 252

      #3
      Originally posted by AricC
      What language is this for?
      what do you mean language?

      its like when i request this: http://www.xx.com/bbb

      how server know that it is a directory.

      Comment

      Working...