404 in all pages




Wordpress LScache Plugin: 404 in all pages


I recover my site from installatron plek app. i did this multiple times and never had a problem. But now all the pages of my website give error 404 even the page of wp-admin. Cant enter to backoffice and cant see my website. I enter into ssh terminal and clear cache manually (get 200): curl -isX PURGE https://apptienda.es/index.php HTTP/1.1 200 Purged Connection: close content-length: 0 date: Tue, 16 Nov 2021 12:09:20 GMT server: LiteSpeed alt-svc: h3=:443 ma=2592000, h3-29=:443 ma=2592000, h3-Q050=:443 ma=2592000, h3-Q046=:443 ma=2592000, h3-Q043=:443 ma=2592000, quic=:443 ma=2592000 v=43,46 And i try this: ? Remove htacces and put normal htacces -> dont work ? Rename /wp-content/plugis/litespeed-cache -> dont work This is my htacces: # 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 .object-cache .ini - [F,L] ### 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 ### ### marker DROPQS start ### CacheKeyModify -qs:fbclid CacheKeyModify -qs:gclid CacheKeyModify -qs:utm CacheKeyModify -qs:_ga ### marker DROPQS end ### ## 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! ## ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END NON_LSCACHE # BEGIN rlrssslReallySimpleSSL rsssl_version[4.0.5] RewriteEngine on RewriteCond % HTTPS !=on [NC] RewriteRule ^(. )$ https://% HTTP_HOST /$1 [R=301,L] # END rlrssslReallySimpleSSL # BEGIN WordPress # Las directivas (l?neas) entre ?BEGIN WordPress? y ?END WordPress? son # generadas din?micamente y solo deber?an ser modificadas mediante filtros de WordPress. # Cualquier cambio en las directivas que hay entre esos marcadores ser?n sobrescritas. RewriteEngine On RewriteRule . - [E=HTTP_AUTHORIZATION:% HTTP:Authorization ] RewriteBase / RewriteRule ^index .php$ - [L] RewriteCond % REQUEST_FILENAME !-f RewriteCond % REQUEST_FILENAME !-d RewriteRule . /index.php [L] # END WordPress # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) php_flag display_errors Off php_value max_execution_time 3000 php_value max_input_time 6000 php_value max_input_vars 1000 php_value memory_limit 64M php_value post_max_size 64M php_value session.gc_maxlifetime 1440 php_value session.save_path /var/cpanel/php/sessions/ea-php74 php_value upload_max_filesize 64M php_flag zlib.output_compression Off php_flag display_errors Off php_value max_execution_time 3000 php_value max_input_time 6000 php_value max_input_vars 1000 php_value memory_limit 64M php_value post_max_size 64M php_value session.gc_maxlifetime 1440 php_value session.save_path /var/cpanel/php/sessions/ea-php74 php_value upload_max_filesize 64M php_flag zlib.output_compression Off # END cPanel-generated php ini directives, do not edit # php -- BEGIN cPanel-generated handler, do not edit # Configure el paquete alt-php74 como el lenguaje de programaci?n predeterminado PHP . AddHandler application/x-httpd-alt-php74 .php .php7 .phtml # php -- END cPanel-generated handler, do not edit Expand Any help? Thank so much The page I need help with: https://apptienda.es Hi, Whatever the issue was, it seems to be a thing of the past. Your site runs pretty well right now, without any issues. Please check and verify it. Regards.