Hi,
I have my Netlify site setup with a _redirects
file according to the documentation:
I’m using the redirects to create short urls for specific pages:
/BTS20 ref=:ref /experiences/berlin-talent-summit?ref=:ref 301
/bts20 ref=:ref /experiences/berlin-talent-summit?ref=:ref 301
/BTS20 /experiences/berlin-talent-summit 301
/bts20 /experiences/berlin-talent-summit 301
As you can see I want the ref
parameter to be preserved in the redirect url.
This works perfectly on my test system (with or without trailing slash)
Talentspace.io | Your home for online recruiting events
Talentspace.io | Your home for online recruiting events
But on my root domain the url without trailing slash will not preserve the ref
parameter:
https://talentspace.io/BTS20?ref=netlify
https://talentspace.io/BTS20/?ref=netlify
I can’t see any difference in configuration between the two sites. This seems like a bug to me or some weird behavior because it’s the root domain.