我转发来自其他网站的流量并使用标题进行关联,在某些情况下,标题不匹配。现在,用户得到:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
当用户转到不存在的页面时,我想创建一个简单的主页重定向。
例如:mysite.com/shows/awesome-show/episodes/doesnt-exist
试过:
match '*a', :to => 'home#index'
想知道是否有一种简单的方法可以做到这一点。
答案 0 :(得分:0)
Rails应该会自动在您应用的404.html
文件夹中设置422.html
,500.html
,public
个文件。他们还预先填充了文字和样式。如果你只是修改它应该工作。