【问题标题】:WordPress with WooCommerce .htaccess category redirect to external page带有 WooCommerce .htaccess 类别的 WordPress 重定向到外部页面
【发布时间】:2014-12-08 09:37:10
【问题描述】:

我想向 WooCommerce 网上商店添加一个类别。如果单击该类别,则需要将其重定向到外部网页。例如,如果访问了以下 URL:

website.nl/product-categorie/aanhangwagen-verhuur/

应该重定向到example.com/

我试过了,但是没用:

Options +FollowSymLinks

重写规则 ^product-categorie/aanhangwagen-verhuur$ http://example.com/ [R=301,L]

【问题讨论】:

    标签: wordpress .htaccess redirect woocommerce


    【解决方案1】:

    你可以使用Redirect:

    Redirect permanent /product-categorie/aanhangwagen-verhuur/ http://example.com/
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-04-04
      • 1970-01-01
      • 2019-01-15
      • 2014-05-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多