Forum Moderators: phranque
I tried by specifying an alternative header file (like the apache docs told me), but then I loose the 'Index of /.../.../.../' title which I still need.
Anyone knows a trick to do what I want?
Thanks for hinting me on this one.
Go with the HeaderName [httpd.apache.org] solution and in your
header.htmfile drop in an Apache SSI to echo the directory from the standard server variable:
<h1>Index of <!--#echo var="REQUEST_URI" --></h1>
For people reading this : also check out [httpd.apache.org...] which tells you how to make sure that Apache will really parse your header file for SSI's.