Hello,
I'm new here using litespeed. I installed and running the litespeed in a cPanel server but I'm already have some problems in some sites with -F rewrite rules:
This ruleset simply don't work (the litespeed don't find the assets). Searching about it I found here that Litespeed's rewrite engine don't process subrequest like this "-F" used in this .htaccess.
Someone know how could I workaround it?
Obs.: This code isn't mine is from one of my costumers. So i'm very limited in how could I can modify it.
I'm new here using litespeed. I installed and running the litespeed in a cPanel server but I'm already have some problems in some sites with -F rewrite rules:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond assets/$1 -F
RewriteRule (.+) assets/$1 [L]
RewriteCond $0 !^(index\.php|assets/|google77b2c5c639aadf67.html|pc/valida.txt)
RewriteRule (.*) index.php?/$1 [QSA]
</IfModule>
Someone know how could I workaround it?
Obs.: This code isn't mine is from one of my costumers. So i'm very limited in how could I can modify it.