> I would like to know how to disable directory listing for my
> Apache server. What i mean is that I have some files under /gen
> directory. I can browse all the files under that directory by using
> "www.domain.com/gen". I wouldn't like to show all of my files.
Try adding something similar to the following to you configuration file:
<Location /gen>
Options -Indexes
</Location>
Let me know if this works as I have not tested it. :-/
Chad
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.