When using our web hosting, which runs on OpenLiteSpeed, any .htaccess rules such as Rewrite rules must be placed inside <IfModule LiteSpeed> and </fIfModule> brackets. If not, they will not work.

<IfModule Litespeed>
... Your Rewrite Rules Here ...
</IfModule>

If you're moving to us from a web server that uses another web server software such as Apache, you must edit your existing websites .htaccess file and add these module brackets around your existing rules.

If you're already using ExtraVM web hosting, please note that changes to the .htaccess file are not instant. We check for .htaccess changes in 2 minute intervals on our servers, when a change is detected they are applied automatically during those 2 minute checks. 

Was this answer helpful? 1 Users Found This Useful (1 Votes)