Skip to content

Conversation

dd32
Copy link
Member

@dd32 dd32 commented May 8, 2024

Adds eu.wordcamp.org and usa.wordcamp.org

Fixes #1313

Props ,

Screenshots

How to test the changes in this Pull Request:

dd32 added 2 commits May 8, 2024 10:40
Adds `eu.wordcamp.org` and `usa.wordcamp.org`
@dd32
Copy link
Member Author

dd32 commented May 8, 2024

I guess this wasn't actually the right place to put these. They redirect, but only at the domain level, not to the proper years.

$ curl -siL https://eu.wordcamp.org/2024/speakers/

GET https://eu.wordcamp.org/2024/speakers/
HTTP/1.1 301 Moved Permanently
Location: https://europe.wordcamp.org/speakers/

GET https://europe.wordcamp.org/speakers/
HTTP/1.1 302 Found
Location: https://europe.wordcamp.org/2024/speakers/

-------

$ curl -siL https://eu.wordcamp.org/2019/speakers/

GET https://eu.wordcamp.org/2019/speakers/
HTTP/1.1 301 Moved Permanently
Location: https://europe.wordcamp.org/speakers/

GET https://europe.wordcamp.org/speakers/
HTTP/1.1 302 Found
Location: https://europe.wordcamp.org/2024/speakers/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirect eu.wordcamp.org to WCEU
1 participant