问题
I'm trying to set up redirects domains that contain query parameters. However no mather what i do every url with query parametres are ignored.
Here is an example:
"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
}
]
These work if i run firebase serve
and try them locally, however not when i deploy it to firebase.
来源:https://stackoverflow.com/questions/34981581/redirects-on-firebase-with-query-parametres