nycmeshnet / nycmesh.net

NYC Mesh Website
https://www.nycmesh.net
GNU General Public License v2.0
36 stars 37 forks source link

Redirect to new status page #136

Closed WillNilges closed 1 year ago

WillNilges commented 1 year ago

Moves old status page content to /status-page-old, and creates a 302 at /status-page.

andybaumgar commented 1 year ago

image

WillNilges commented 1 year ago

I think we should change the status banner on the home page to go to status.nycmesh.net as well.

It does. The banner 302s you.

WillNilges commented 1 year ago

As for the domain change, I have no idea how to do that or who would do that.

andybaumgar commented 1 year ago

I think we should change the status banner on the home page to go to status.nycmesh.net as well.

It does. The banner 302s you.

My gut feeling is that we should minimize 302 usage to redirecting, not "directing". I.e. we should update the actual website to point to the actual location, but then add redirection so the old links continue to work. It could get confusing if we have redirects to more redirects etc.

andybaumgar commented 1 year ago

Anyways, I am happy to take over this PR if you want.