Hi @jrcollins, could you please provide your Report Number, found in WP Admin > LiteSpeed Cache > Report. Also, may I know which type of server are you using? Open LiteSpeed or Enterprise?
Hi, the report number is: OABWZMJQ.
The server is Litespeed Enterprise.
I’m also using the “Really Simple SSL” plugin and I’m wondering if there might be some kind of conflict between them.
Hi @jrcollins, may I know is Really Simple SSL
adding some row on .htaccess for the redirection? If yes could you please check is that line missing now?
Everything seems to be working ok now. I’ve posted the contents of the .htaccess file below:
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule ^min/\w+\.(css|js) - [E=cache-control:no-vary]
### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###
### marker FAVICON start ###
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
### marker FAVICON end ###
</IfModule>
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
### marker MINIFY start ###
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
</IfModule>
### marker MINIFY end ###
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
-
This reply was modified 6 years ago by
jrcollins.
Plugin Support
qtwrk
(@qtwrk)
Hi,
Is everything working fine now?
Best regards,
Looks like I’m getting stuck in a redirect loop after activating the plugin. There seems to be some kind of conflict between the plugin and the Really Simple SSL plugin.
-
This reply was modified 6 years ago by
jrcollins.
-
This reply was modified 6 years ago by
jrcollins.
It looks like the problem has to do with Cloudlare’s SSL settings. Thanks for your help.