使用"?"重定向到firebase查询参数

时间:2016-01-24 21:17:25

标签: redirect firebase firebase-hosting

我正在尝试设置包含查询参数的重定向域。然而,我所做的每一个带有查询参数的网址都没有被忽略。

以下是一个例子:

  "redirects": [{
          "source" : "/kunstner.php\\?artist_id=10175",
          "destination" : "https://listen.no/?artist=10010",
          "type" : 301
  },
  {
          "source" : "/kunstner.php\\?artist_id=12194",
          "destination" : "https://listen.no/?artist=11998",
          "type" : 301
  }
]

如果我运行firebase serve并在本地尝试它们,这些工作就可以了,但是当我将它部署到firebase时却不行。

0 个答案:

没有答案