Help to create htaccess

Discussion in 'Apache' started by raydon, Apr 19, 2010.

  1. #1
    Hi folks,
    I have a shared server and I did noticed that if the main domain index file was missing, people could see the folders within my server space.
    How can I avoid that?

    This is what I have now:
    
    #Options –Indexes 
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    
    Code (markup):
    Thanks for your help,
    Ray
     
    raydon, Apr 19, 2010 IP
  2. showstopper

    showstopper Active Member

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    76
    #2
    dude just create a empty index page easy
     
    showstopper, Apr 19, 2010 IP