我试图设置自定义永久链接,但出现错误404。以下是我尝试过的设置:
我已经完成了设置>永久链接>自定义并添加了/%category%/%postname%/
. 它不起作用。
验证了我的内容。htacces文件:
**# 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**
我使用了一个插件然而,对于我创建的类别,我仍然收到一个404错误页面。谁能帮帮我吗?