----- Forwarded message from William Kendrick <[EMAIL PROTECTED]> -----
Date: Thu, 8 Nov 2001 15:09:22 -0800 From: William Kendrick <[EMAIL PROTECTED]> Subject: Re: [vox-tech] Basic Apache question. To: [EMAIL PROTECTED] On Thu, Nov 08, 2001 at 02:48:48PM -0800, [EMAIL PROTECTED] wrote: > how do i use .htaccess to tell apache I don't want people to be able to do a > directory listing? This should help :) http://httpd.apache.org/docs/mod/core.html#options I believe you want to disable the "Indexes" option somehow. (Or, you could always touch a zero-length "index.html" or make one with inaccessible permissions, so the user gets an error.) -bill! ----- End forwarded message -----
