AutoIndex headername?

#1
Hi,

In apache you have the .htaccess directive

HeaderName file.html

that allows you to set a header of an index page.

Is there any similar options in LiteSpeed so each customer can change the HeaderName using .htaccess? Been doing some research but haven't been able to see anything.

Thanks!
 

webizen

Well-Known Member
#2
look at /usr/local/lsws/share/autoindex/default.php to start with.

the HeaderName is hardcoded with 'HEADER[.html|.htm]'. iow, just name the file HEADER or HEADER.html or HEADER.htm in the directory should be good.
 
Top