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

Redirect eu.wordcamp.org to WCEU #1313

Open
peterwilsoncc opened this issue May 7, 2024 · 0 comments · May be fixed by #1314
Open

Redirect eu.wordcamp.org to WCEU #1313

peterwilsoncc opened this issue May 7, 2024 · 0 comments · May be fixed by #1314

Comments

@peterwilsoncc
Copy link

Components / Tools

Redirect management

Description

Currently eu.wordcamp.org redirects to central.wordcamp.org.

As eu... is a logical guess for the WCEU url I think it makes sense to redirect it to the site. The redirect would be best if it took sub-directory requests in to account, eg eu.wordcamp.org/2024/speakers/ would redirect to the 2024 speakers page.

Screenshots / Screencasts

$ curl -I http://eu.wordcamp.org
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Tue, 07 May 2024 21:46:36 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Location: https://eu.wordcamp.org/
Alt-Svc: h3=":443"; ma=86400

$ curl -I https://eu.wordcamp.org/2024/speakers/
HTTP/2 302 
server: nginx
date: Tue, 07 May 2024 22:18:15 GMT
content-type: text/html; charset=utf-8
location: https://central.wordcamp.org
alt-svc: h3=":443"; ma=86400

Stakeholders

WordCamp attendees

How does this new feature contribute to the goals

The ultimate goal is to make it simpler for attendees to hit the WCEU site when entering a reasonable & intuitive guess at the URL.

Acceptance Criteria

Redirects work as documented above.

Priority

Low

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

1 participant