Quote:> Is there any way to include a standard message and a link that appears
> on top of an index listing? (Directory Listing)
> I want to allow users to browse around if they get into a directory,
> but I want them to know how they got there and how to get back (with
> the link to the home page).
See HeaderName (page header) and ReadmeName (actually like a footer). In
more recent apache versions you have to specify the actual filename and
may have to use AddType for that filename extension (even for text/html)
or it may end up escaping html tags to appear as plain text.
For example on one site I have to do (even though .html should be
text/html by default):
HeaderName HEADER.html
ReadmeName README.html
AddType text/html .html
--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/