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