Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regional event short-typos #1314

Open
wants to merge 2 commits into
base: production
Choose a base branch
from
Open

Add regional event short-typos #1314

wants to merge 2 commits into from

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