I have the following rewrite rule for magento multisite:
The rule works with Apache but didn't work with Litespeed. Are there any solution for this problem?
I am using Litespeed enterprise 4.0.18 trial license on WHM/Cpanel box.
Code:
RewriteCond %{HTTP_HOST} ^premium\.domain\.com$
RewriteRule .* - [E=MAGE_RUN_CODE:premium,E=MAGE_RUN_TYPE:website]
I am using Litespeed enterprise 4.0.18 trial license on WHM/Cpanel box.