Hey everyone,
Are redirects listed in _redirects case-sensitive?
I’m having a minor issue with redirects.
The following URL redirects to twitter.com:
https://clever-benz-7901c5.netlify.com/twitter
However, the redirect completely fails if I type my URL in a different way:
https://clever-benz-7901c5.netlify.com/TWITTER
This is the exact code I’m using:
/twitter https://twitter.com
Am I missing something? I have Pretty URLs enabled.
Thanks!