how to remove default.htm from the home page

Discussion in 'Apache' started by shuman202, Nov 16, 2011.

  1. #1
    shuman202, Nov 16, 2011 IP
  2. pr0t0n

    pr0t0n Well-Known Member

    Messages:
    243
    Likes Received:
    10
    Best Answers:
    10
    Trophy Points:
    128
    #2
    Put this in your .htaccess file in your main html folder:
    
    DirectoryIndex default.htm
    
    Code (markup):
    If you don't have an .htaccess file there, then create a new one. If you do, then just add this directive to your existing code.
     
    pr0t0n, Nov 16, 2011 IP
  3. shuman202

    shuman202 Well-Known Member

    Messages:
    638
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    145
    Digital Goods:
    1
    #3
    actually it didn't work
     
    shuman202, Nov 16, 2011 IP