如何在Drupal8中实现内部动态重定向?
例如,假设我的url是"/toy“,但在内部它需要被路由到"/filters/toys”。
谢谢!
发布于 2021-04-02 12:48:14
您可以使用模块Redirect
Configuration > Search and metadata > URL redirectsAdd redirect,输入要重定向到的旧路径和新路径:
然后是Save的
https://stackoverflow.com/questions/66909027
复制相似问题