So, whenever anybody types a directory into their browser that does not have an index.html/index.php file located in it then the viewer is given a list of all files within this directory. Is there an easy way (maybe through the .htaccess) to prevent users from viewing files in a directory when no index page is present? Thanks.