What would the .htaccess file look like to:
(1) prevent visitors from seeing a directory list of an certain directory
(2) when accessing the directory via '/', or index.* or default.* have the visitor be redirected to the site's Home Page
(3) still enable any documents or images in the directry to be used by the site?
Thanks.