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.
def old_action headers["Status"] = "301 Moved Permanently" redirect_to "http://www.domain.com/" end
以上是关于Ruby on Rails 301重定向的主要内容,如果未能解决你的问题,请参考以下文章
从 ruby on rails 重定向到 angular 给 preflight 的响应是无效错误
Rails Elastic Beanstalk nginx 301 重定向