Hey, it looks like youre trying to redirect through query parameters. While the query parameters should now be passed through automatically, I think you’d need to specify them. Winging it here but maybe something like this:
[[redirects]]
from = “/”
to = “/booking”
status = 301
query = {url = "bybarner.dk", id = "1184"}
The reason i’ve changed from to “/” is because I think you need this redirect to be applied at that route but only when the specified paramters are applied? If you need it to react to more dynamic url,id values you can use :url :id. (I hope)
Ill link a recent query parameter changer here: Changes to Redirects with query string parameters are coming that could be a good read.
and a link to the docs here: Redirect options | Netlify Docs