我已经保留了永久链接并观看了.htaccess文件,但仍然收到错误消息。请帮助我。
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Site-NAME/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /Site-NAME/index.php [L]
</IfModule>
# END WordPress```
答案 0 :(得分:0)
请确保禁用和启用插件。每次检查。它帮助了我