【发布时间】:2020-03-16 08:40:00
【问题描述】:
我的帖子 URL 结构是 http://example.com/slug,类别 URL 是 http://example.com/category/category-name。
目前,我的自定义结构是 /%postname%/ 并且类别库是空白的。
我想将类别 URL 更改为 http://example.com/category-name。我该怎么办?
我尝试使用 htaccess 但出现 404 错误:
RewriteRule ^category/(.+)$ http://www.yourwebsite.com/$1 [R=301,L]
【问题讨论】:
标签: regex wordpress mod-rewrite url-rewriting permalinks