Comenzó a suceder de la nada después de los problemas con el complemento Litespeed a principios de esta semana. LS desinstalado. Ahora algunas áreas del administrador, como «medios» y «complementos», muestran 404 cuando hago clic en ellas. También recibí un error al intentar eliminar un usuario:
Ha especificado este usuario para su eliminación:
Eliminar usuarios
ID #14: sonidos
Ha habido un error crítico en este sitio web. Consulte la bandeja de entrada del correo electrónico del administrador de su sitio para obtener instrucciones. Si continúa teniendo problemas, pruebe los foros de soporte.
He tenido los mismos complementos durante mucho tiempo, sin cambios.
Fui a configuración> enlaces permanentes, hice clic en guardar. Sin solución. Intenté reparar la base de datos, pero no hubo solución.
mi htaccess
ExpiresActive on
ExpiresByType application/pdf A31557600
ExpiresByType image/x-icon A31557600
ExpiresByType image/vnd.microsoft.icon A31557600
ExpiresByType image/svg+xml A31557600ExpiresByType image/jpg A31557600
ExpiresByType image/jpeg A31557600
ExpiresByType image/png A31557600
ExpiresByType image/gif A31557600
ExpiresByType image/webp A31557600
ExpiresByType video/ogg A31557600
ExpiresByType audio/ogg A31557600
ExpiresByType video/mp4 A31557600
ExpiresByType video/webm A31557600
ExpiresByType text/css A31557600
ExpiresByType text/javascript A31557600
ExpiresByType application/javascript A31557600
ExpiresByType application/x-javascript A31557600
ExpiresByType application/x-font-ttf A31557600
ExpiresByType application/x-font-woff A31557600
ExpiresByType application/font-woff A31557600
ExpiresByType application/font-woff2 A31557600
ExpiresByType application/vnd.ms-fontobject A31557600
ExpiresByType font/ttf A31557600
ExpiresByType font/otf A31557600
ExpiresByType font/woff A31557600
ExpiresByType font/woff2 A31557600
### marker BROWSER CACHE end ##### BEGIN GZIP Compression ##
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-httpd-php
AddOutputFilterByType DEFLATE application/x-httpd-fastphp
AddOutputFilterByType DEFLATE image/svg+xml
SetOutputFilter DEFLATE
## END GZIP Compression ##
## BEGIN Leverage Browser Caching (Expires Caching) ##
ExpiresActive On
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresDefault "access 1 month"
## END Leverage Browser Caching (Expires Caching) ##
# TN - BEGIN Cache-Control Headers
Header set Cache-Control "public"
Header set Cache-Control "public"
Header set Cache-Control "private"
Header set Cache-Control "private, must-revalidate"
# TN - END Cache-Control Headers
# TN - BEGIN Turn ETags Off
FileETag None
# TN - END Turn ETags Off
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# BEGIN rlrssslReallySimpleSSL rsssl_version[5.0.3]
RewriteEngine on
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
# END rlrssslReallySimpleSSL
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
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
SetEnvIfNoCase Referer "superonline.net" bad_referer
Order Allow,Deny
Allow from ALL
Deny from env=bad_referer
# 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)
# END cPanel-generated php ini directives, do not edit
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php82 .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit
Mis complementos instalados:
drwxr-xr-x 4 user user 4.0K Nov 19 07:11 akismet
drwxr-xr-x 12 user user 4.0K Dec 16 09:05 basepress-premium
drwxr-xr-x 6 user user 126 Oct 20 06:32 copler-helper
drwxr-xr-x 10 user user 4.0K Dec 22 09:06 elementor
drwxr-xr-x 11 user user 4.0K Dec 22 10:28 elementor-pro
drwxr-xr-x 6 user user 4.0K Dec 29 08:34 essential-addons-for-elementor-lite
drwxr-xr-x 7 user user 146 Oct 20 06:33 finest-core
drwxr-xr-x 5 user user 4.0K Oct 24 19:33 font-awesome
-rw-r--r-- 1 user user 28 Oct 20 06:31 index.php
drwxr-xr-x 3 user user 171 Dec 5 13:58 make-section-column-clickable-elementor
drwxr-xr-x 8 user user 4.0K Dec 6 08:36 post-views-counter
drwxr-xr-x 6 user user 4.0K Dec 16 16:54 redux-framework
drwxr-xr-x 6 user user 186 Dec 20 21:07 seo-by-rank-math
drwxr-xr-x 6 user user 141 Dec 17 20:46 seo-by-rank-math-pro
drwxr-xr-x 8 user user 4.0K Oct 20 06:32 smartsupp-live-chat
drwxr-xr-x 9 user user 4.0K Dec 3 09:05 wpforms-lite
Este tema fue modificado hace 36 minutos por
.