当我尝试在我的网站上搜索某些内容时,我收到了搜索表单错误404,我的搜索表单代码如下所示
scala> class BarImpl extends Bar {
| override def f(x: Int, y:Int) =100
| }
<console>:11: error: class BarImpl needs to be abstract, since method f in trait Bar of type => (Int, Int) => Int is not defined
class BarImpl extends Bar {
^
我将我的主页网站更改或重定向到另一个网址,因此我不确定这是否是问题
Mysite.com现已重定向到mysite.com/front-page
因此,当我搜索某些内容时,它现在会添加/ front-page。
以前只是Mysite.com和搜索