mod_autoindex

DoM

Well-Known Member
#1
Hi,
one customer complain about his custom rules inside .htaccess does not work anymore after switching from apache to litespeed:

Options All Indexes
# DIRECTORY CUSTOMIZATION
<IfModule mod_autoindex.c>
IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=40 DescriptionWidth=* SuppressHTMLPreamble
IndexIgnore .htaccess headerhtaccess.html *.php *.htm *.html .??* *~
# SET DISPLAY ORDER
IndexOrderDefault Ascending Name
# SPECIFY HEADER FILE
HeaderName /dir/headerhtaccess.html
</IfModule>

This is part of content of his .htaccess


Do you know if litespeed supports mod_autoindex or a good alternative to let customers use those directives or similar directives ?


Waiting for your reply

Regards
 

DoM

Well-Known Member
#3
Mmm i am not sure to understand.

So customer cannot create his custom rules but only admin can customize throught that file ?


Waiting for your reply

Regards
 
Top