K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-04T04:32:48.000000Z K 7 svn:log V 673 Situation: It is impossible to suppress initial HTML preamble for directories, i.e. Index of dir It means that it is impossible to change or add any <META HTTP-EQUIV...> tags to <HEAD> section or change <BODY> attributes without HTML syntax violation (.asis, cern_meta, etc. not helps here too). Fix: I add "SuppressHTMLPreamble" option to "IndexOptions". When this option is set _and_ HEADER.html (or what you set as it) is present and readable, standard <HEAD><TITLE>Index of dir preamble will be suppressed assuming you have right HTML preamble in your HEADER.html. It solves all problems mentioned above. END