Magento:如何将类别重定向到另一个 url

Magento: How can i redirect category to another url

如何将菜单中的特定类别重定向到另一个网站中的 link?

我该怎么做?

您可以通过您网站的 .htaccess 执行此操作。

Redirect 301 /your_category_url_key.html http://www.yournewsite.com

希望对您有所帮助。