【发布时间】:2016-04-18 18:30:00
【问题描述】:
如何使用 htaccess 进行 301 重定向?
http://example.com/category/produkter_and_service
到
http://example.com/products
虽然不影响此类类别中的帖子:
http://example.com/category/produkter_and_service/ventiler-og-bakkekraner/
我试过这样:
Redirect 301 /category/produkter_and_service http://www.example.com/products
但它也会影响里面的帖子页面:
/category/produkter_and_service/some_product
【问题讨论】:
标签: wordpress .htaccess url-redirection