Hi all, I have two sites deployed where the second is a subdomain of the first:
dreamcatcher.alejandraleon.com
I have a /es and /en folder for both domains and 301 redirects based on language as such:
/ /es/ 301 Language=es
/ /en/ 301
https://dreamcatcher.alejandraleon.com/ /es/ 301 Language=es
https://dreamcatcher.alejandraleon.com/ /en/ 301
dreamcatcher.alejandraleon.com/ /es/ 301 Language=es
dreamcatcher.alejandraleon.com/ /en/ 301
The problem is that the dreamcatcher redirects aren’t detected by the browser and simply 404. I’ve tried them in my _redirects file on both deploys. Any suggestions?