尝试还原回默认值.htaccess
具有以下代码的文件:
# 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
如果您正在使用WP的其他“风格”(例如多站点),请查看
htaccess 抄本上的文件
.htaccess
设置。