The htaccess rules do start with “Rewrite”. Example:
RewriteRule ^other/(.*) /wp-includes/$1 [QSA,L]
RewriteRule ^file/(.*) /wp-content/uploads/$1 [QSA,L]
RewriteRule ^ext/(.*) /wp-content/plugins/$1 [QSA,L]
So Carlos, if you disable OpenLiteSpeed, the .htaccses rules will not be read at all, because nginx doesn’t read .htaccess
>> Does this mean that your site/server uses Nginx? If so then the rules needs to be added to Nginx config. So please confirm if it’s Apache server or Nginx server.