Skip to content

Commit 0358cd6

Browse files
committed
Handle latchup.io through netlify
Use the same domain handling for latchup.io as we do for orconf.org, which gives us proper redirects and full HTTPS handling.
1 parent 06b2767 commit 0358cd6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/_redirects

+11
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,20 @@ https://orconf.org/2013 https://archive.orconf.org/2013 302!
2626
http://orconf.org/2012 https://archive.orconf.org/2012 302!
2727
https://orconf.org/2012 https://archive.orconf.org/2012 302!
2828

29+
# Redirect http[s]://[www.]orconf.org/{years} of old pages to https://archive.orconf.org/{years}
30+
https://latchup.io/2023 https://www-archive.fossi-foundation.org/latchup/2023 302!
31+
https://latchup.io/2019 https://www-archive.fossi-foundation.org/latchup/2019 302!
32+
2933
# Redirect http[s]://[www.]orconf.org/* to https://fossi-foundation.org/orconf/*
3034
http://orconf.org/* https://fossi-foundation.org/orconf/:splat 302!
3135
https://orconf.org/* https://fossi-foundation.org/orconf/:splat 302!
3236

3337
http://www.orconf.org/* https://fossi-foundation.org/orconf/:splat 302!
3438
https://www.orconf.org/* https://fossi-foundation.org/orconf/:splat 302!
39+
40+
# Redirect http[s]://[www.]latchup.io/* to https://fossi-foundation.org/latch-up/*
41+
http://latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!
42+
https://latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!
43+
44+
http://www.latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!
45+
https://www.latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!

0 commit comments

Comments
 (0)