Dont worry. This is just a debug warning. It won’t break your site , you can ignore it.
Hello,
Thank you for your reply.
I checked the .htaccess file and you’re right — the line:
RewriteRule .* - [E=HTTP_AUHORIZATION:%{HTTP:Authorization}]
appears outside the LiteSpeed Cache block (# BEGIN LSCACHE to # END NON_LSCACHE), so it’s not added by your plugin.
It looks like this line was added manually or by another plugin at some point.
I’ve now corrected the typo to:
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Thanks again for your support, and sorry for the confusion!
Best regards,