-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.htaccess
18 lines (16 loc) · 1.29 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# old
Redirect permanent /meetings/Meeting-06-2019/ https://www.oscar-system.org/meetings/2019-06/
Redirect permanent /meetings/Meeting-11-2018/ https://www.oscar-system.org/meetings/2018-11/
Redirect permanent /meetings/Meeting-5-2018/ https://www.oscar-system.org/meetings/2018-05/
Redirect permanent /meetings/Meeting-1-2018/ https://www.oscar-system.org/meetings/2018-01/
# redirect to external services: must be temp
Redirect temp /slack https://join.slack.com/t/oscar-system/shared_invite/zt-1i2mu14ef-EAo9EYOlBQ1zk3_RGbMUaA
Redirect temp /zoom https://uni-kl-de.zoom.us/j/63727262906?pwd=NExvcU9JaXpiMUJaMnVxbG5mMWxqdz09
# redirects after website revamp in PR #415
RedirectMatch permanent ^/meetings/(.*) https://www.oscar-system.org/events/meetings/$1
RedirectMatch temp ^/install/(.*) https://www.oscar-system.org/getting-started/install/$1
RedirectMatch temp ^/tutorials/(.*) https://www.oscar-system.org/getting-started/tutorials/$1
RedirectMatch temp ^/documentation/(.*) https://www.oscar-system.org/getting-started/documentation/$1
RedirectMatch temp ^/community/(.*) https://www.oscar-system.org/contact-and-support/$1
RedirectMatch permanent ^/credits/$ https://www.oscar-system.org/credits/software-credits/
RedirectMatch permanent ^/contributors/$ https://www.oscar-system.org/credits/contributors/