How do I get permanent redirects (301) to work in a .htaccess file. The rules worked fine with apache. Unfortunately, no dice with litespeed. THX and any help is greatly a
RedirectMatch dirctive has not been supported in .htaccess, please use RedirectPermanent directive in this case.
We will add RedirectMatch support soon.