gatsby-plugin-intl icon indicating copy to clipboard operation
gatsby-plugin-intl copied to clipboard

gatsby doesn't redirect to 404 when using options redirect true

Open IsNotASword opened this issue 5 years ago • 2 comments

I'm hosting my Gatsby project on Bluehost. I noticed when using the redirect option, my site doesn't redirect to the 404 page, only when I use /en/ or /es/.

For example, url.com/dog/ just gives a blank page, instead, then I write down url.com/en/dog/ it drops a 404 page. I'm also using gatsby-plugin-htaccess.

IsNotASword avatar Jun 14 '20 01:06 IsNotASword

I'm also facing this, rules are even parsed by gatsby-plugin-s3 and this is changed in S3

en/ xxxx.com.br en/404 302 pt/ https xx.com.br pt/404 302

rturk avatar Jun 18 '20 00:06 rturk

Anything on this?

IsNotASword avatar Jul 10 '20 01:07 IsNotASword