I'm trying to prevent directory listing, I have addedd an .htaccess file to a folder and put IndexIgnore * in the file, but I can still open the directory in a browser and see everything in it. Am I missing someting?
remove the word "Indexes" on your apache config.. if the index ignore doesn't work in htaccess, maybe your ISP did not enable it.. just remove that word then you are set to go...