I am now a big fan of CyberPanel, all of those great features in a simple and user friendly view make CyberPanel awesome.
But anyway, I just got a problem about file manager.
Today I found it only loading (showing the loading spinner) but nor result.
No alert of errors, or etc.
I only installed some wordpress sites, which have been there for almost a month,
I never change MYSQL Password, maybe only changing the rewrite rule and end like below, and i think it still normal:
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule ^min/\\w+\\.(css|js) - [E=cache-control:no-vary]
## 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 ###
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]
### marker MINIFY end ###
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
I have done upgrading to the latest version of CyberPanel,
trying to deactive plugin, theme, etc of my wordpress,
but nothing happened, still can’t access the file manager.
UPDATE:
I tried to delete the htaccess, and weirdly somehow it works!
but when I put the htaccess back, things go wrong again.
can you help me to find what’s wrong with this htaccess please?
BEGIN LSCACHE
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule ^min/\\w+\\.(css|js) - [E=cache-control:no-vary]
## 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 ###
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]
### marker MINIFY end ###
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
Work,s fine for me. Many Thanks, solve my problem with all wordpress.
I tried Vesta cp for 4 years, and discover Cyberpanel 2 days ago and change my five servers with Cyberpanel, It,s the best and supperior, super fast LSCache much better than nginx.