How 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).

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *