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 www. subdomain instead of serving two parallel sites #1563

Open
SamuelmdLow opened this issue Nov 17, 2024 · 0 comments
Open

redirect www. subdomain instead of serving two parallel sites #1563

SamuelmdLow opened this issue Nov 17, 2024 · 0 comments

Comments

@SamuelmdLow
Copy link
Member

SamuelmdLow commented Nov 17, 2024

For every ubyssey.ca/* page, you can visit www.ubyssey.ca/* as well. We should not stop servering requests to www.ubyssey.ca because linkrot is bad. But this situation is also bad because the www. subdomain is much slower due to there being less users and the caching being done separately. It is also just not ideal to have this www. subdomain to continue to be shared around cause its more to worry about and it confuses analytics and probably search engine indexing. We can solve this simply by redirecting www. requests to pages without the subdomain. There are services for this. I'll look into it later.

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

No branches or pull requests

1 participant