Add header footer in directory listing in Apache (httpd)
Posted on In QAHow to add header footer in directory listing in Apache (httpd)?
In the web directory’s .htaccess file:
Options +Indexes
IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable Charset=UTF-8
HeaderName /header.html
ReadmeName /footer.html
IndexIgnore header.html footer.html .htaccess
header.html and footer.html are under the website root directory (not the Linux root).