Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 symfony 1.0.6,我需要 301 多个链接(52 个链接)。我知道的唯一方法是使用 .htaccess 重定向。
有没有可以做这个工作的插件?
提前致谢
我只使用过 symfony 1.4 但也许它也适用于 symfony 1.0.x:
也许您可以修改您的路由设置并创建一个带有动作“executeRedirect301”的模块,该模块以 301 为标题 - 并将您想要的所有动作路由到此路由。
您还可以将默认路由设置为“executeRedirect301”操作,并且只创建/保留您想要留下的那些路由。