Rails 如何实现 301 重定向

bpw11320 · November 07, 2012 · Last by bpw11320 replied at November 07, 2012 · 2832 hits

Rails 种 redirect_to 采用的 302 的重定向方式,这样对搜索引擎优化有一定的弊端,会造成分权行为。请问下有什么方法可以把 302 转向 301 呢。

redirect_to url, :status => 301

You need to Sign in before reply, if you don't have an account, please Sign up first.