dat-ecosystem / public-events

Events hosted by the dat community.
https://events.dat.foundation
MIT License
7 stars 4 forks source link

Redirect from datproject.org to dat.foundation #17

Open martinheidegger opened 4 years ago

martinheidegger commented 4 years ago

Going to https://events.datproject.org shows the site locally, it should probably better be redirecting to https://events.dat.foundation. Maybe a netlify redirect should suffice?

https://docs.netlify.com/routing/redirects/redirect-options/#domain-level-redirects

ssaavedra commented 4 years ago

I agree, do we want to cache the redir. in the browser? (301 v. 303)

ssaavedra commented 4 years ago

Maybe they weren't working because the redirect was going from https to http? I opened a PR but this needs to be tested through Netlify to see if that was the issue

martinheidegger commented 4 years ago

If netlify doesn't work, maybe we can make javascript redirects? (checking the domain and if its wrong: redirecting to events.dat.foundation?