View Files If Folder Have Index.html File

Discussion in 'PHP' started by ironmankho, Jan 26, 2013.

  1. #1
    HI every one
    it is possible to view data if folder have index.html (it is commen method to hide data in folder with blank .html )
    e.g : http://media.easyuploadservice.com/telugu%20mp3/Nanda%20Nanditha%20(2011)/
     
    ironmankho, Jan 26, 2013 IP
  2. ArMouR

    ArMouR Well-Known Member

    Messages:
    161
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #2
    As far as I am aware, if you have a blank index.html file on a properly configure webserver, this will stop the automatic directory listing... unless you have some other file/script that generates such a list and someone gets it somehow.
     
    ArMouR, Jan 26, 2013 IP
  3. GORF

    GORF Well-Known Member

    Messages:
    224
    Likes Received:
    21
    Best Answers:
    3
    Trophy Points:
    165
    #3
    Only if you already know the other file(s) name(s).
     
    GORF, Jan 26, 2013 IP
  4. dixcoder

    dixcoder Member

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #4
    if you want to protect directory you can even add .htaccess file and disallow people to access directly
     
    dixcoder, Jan 27, 2013 IP
  5. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #5
    And Apache can be set to not allow a directory listing.
     
    Rukbat, Jan 27, 2013 IP
  6. ironmankho

    ironmankho Active Member

    Messages:
    393
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #6
    in simple word
    i want to see content list of below link
    http://media.easyuploadservice.com/telugu%20mp3/Nanda%20Nanditha%20(2011)/
    it is possible or not
     
    ironmankho, Jan 28, 2013 IP
  7. dixcoder

    dixcoder Member

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #7
    the answer is no
     
    dixcoder, Jan 28, 2013 IP