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
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