i'm trying set redirects domains contain query parameters. no mather every url query parametres ignored.
here 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 run firebase serve
, try them locally, not when deploy firebase.
Comments
Post a Comment