Htaccess issue

#1
Hello, my apache htaccess working well, but it doesn't work with LiteSpeed. How can i fix it ? Thanks.

<IfModule mod_rewrite.c>
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in_([a-zA-Z0-9_]*) [NC]
RewriteCond %{REQUEST_URI} ^(.*?/?)wp-content/uploads/.* [NC]
RewriteRule .* - [F,L]
</IfModule>

Regards.
 
Top