我想在WooCommerce网上商店添加一个类别。如果单击该类别,则需要将其重定向到外部网页。例如,如果访问了以下URL:
website.nl/product-categorie/aanhangwagen-verhuur /
应将其重定向到example.com /
我试过这个,但它不起作用:
Options +FollowSymLinks
RewriteRule ^ product-categorie / aanhangwagen-verhuur $ http://example.com/ [R = 301,L]
答案 0 :(得分:2)
您可以使用Redirect:
Redirect permanent /product-categorie/aanhangwagen-verhuur/ http://example.com/