To disable directory listings in your hcoop.net hosted website, add the following to your domains domtool configuration file:
dom "domain.org" where
WWW = begin
unset_options [indexes];
end;
with
end;
Now, users will not be able to browse directory listings in your website's subdirectories, thus increasing the security of your site.