我也无法登录到WP管理员,消息是“404页未找到”。我尝试恢复文件和数据库备份,但没有成功。
然后使用Filezilla(您可以使用其他文件),我重命名了文件夹/wp-content/plugins
收件人:/wp-content/pluginsoff
我将永久链接更改为index.php
), 至上一设置year/month/date/nameposting
, 然后单击“保存”。
我还更改了.htaccess
根目录和WordPress文件夹中的内容具有:
# 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
我重命名了所有插件文件夹,例如
akismet
到
akismetoff
. 之后,我重命名了文件夹
pluginsoff
返回到
plugins
.
我检查了WP admin中的插件,直到没有404消息。然后我从插件名称中逐个删除“off”。如果您怀疑某个插件已损坏,例如日期已更改,最好将其删除,然后重新安装。
然后问题解决了。