_redirects file not working

Sorry if this is answered elsewhere. I did have a search, but couldn’t find an answer that helped.

I am trying to redirect an alias domain and zugimdev.netlify.com to zugimdev.tech. Unfortunately nothing seems to be happening. Any help would be appreciated.

Below is a screenshot of my repo

I made my repo public, here’s a link
https://github.com/Zugim/Sakanamachi

Sorry, I forgot to include my _redirects file

Hi @Zugim, that redirect seems to be working already. Did you resolve the issue you were having?

curl -I https://zugimdev.netlify.com/
HTTP/2 302
cache-control: public, max-age=0, must-revalidate
content-length: 41
content-type: text/plain; charset=utf-8
date: Mon, 29 Jul 2019 13:28:02 GMT
location: https://www.zugimdev.tech
age: 197
server: Netlify
x-nf-request-id: 8143d093-3859-4470-94cb-c596ac4276f0-2590014

I managed to get it working with a netlify.toml file, but could never get _redirects to work.

We would be happy to help you debug that if you still want to. Otherwise I’m glad that you have it working. :tada:

1 Like