Ruby on Rails 301重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ruby on Rails 301重定向相关的知识,希望对你有一定的参考价值。

This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.
  1. def old_action
  2. headers["Status"] = "301 Moved Permanently"
  3. redirect_to "http://www.domain.com/"
  4. end

以上是关于Ruby on Rails 301重定向的主要内容,如果未能解决你的问题,请参考以下文章

Ruby-on-Rails:如何摆脱“你被重定向”页面

从 ruby​​ on rails 重定向到 angular 给 preflight 的响应是无效错误

301重定向没有片段[重复]

Rails Elastic Beanstalk nginx 301 重定向

Ruby on rails omniauth-twitter 和设计

ruby 使用Rails和Ruby重定向“安全”。