I'd like Apache index pages to show my company banner w/ link to homepage on top.
Instead of:
Index of /pub/something
to show
[Company Banner]
Index of /pub/something
I added these lines to .htaccess:
HeaderName HEADER.html
ReadmeName README.html
and edited HEADER.html to include banner with link but that banner is only shown to /pub and not /pub/dir pages.
THis is what i currently have in .htaccess:
Options +Indexes
HeaderName HEADER.html
ReadmeName README.html
HeaderName HEADER.html ReadmeName README.htmland edited HEADER.html to include banner with link but that banner is only shown to /pub and not /pub/dir pages. Any suggestion re this? – purpler Jan 30 at 10:57editbutton is for :) – SvW Jan 30 at 11:11