On Thu, 31 Aug 2000, Gilles Detillieux wrote:
> > > <http://www.apache.org/docs/mod/mod_autoindex.html#indexoptions>
> > >
> > > You'd still need to make some sort of header file with the appropriate
> > > headers.
>
> I suspect you'd need to add these configuration directives in a .htaccess
> file in each directory in which you need to make this change, in addition
> to the header file you define and reference in your HeaderName directive.
Right. You'd set up the .htaccess file (or put it in your server config
file) and then make up a header file. This will include (e.g.):
<html><head>
<title>Directory index</title>
<meta name="robots" content="noindex,follow">
</head>
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>