Add redirect from https://www.osmcha.org/ to non-www
See original GitHub issueIf I call https://www.osmcha.org/, I get a DNS_PROBE_FINISHED_NXDOMAIN.
IMO, this should be a redirect to https://osmcha.org/.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
How to Redirect Non-www to www URLs - Hostinger
Using non-www domains may affect your site's performance and SEO. In this tutorial, learn different ways to redirect non-www URLs to www.
Read more >How To Redirect www to Non-www with Apache on Ubuntu ...
This tutorial will show you how to redirect a www URL to non-www, e.g. www.example.com to example.com, with Apache on Ubuntu 14.04.
Read more >How to Redirect non www to www with https | Linode Questions
Try this: <VirtualHost *:80> ServerName example.com Redirect 301 / https://www.example.com/ </VirtualHost>.
Read more >OSMCha API
OSMCha API v1. [ Base URL: osmcha.org/api/v1 ] https://osmcha.org/api-docs/?format=openapi. OSMCha API Documentation. Contact the developer.
Read more >OAuth - - OpenStreetMap Wiki
... details on the new OAuth 2.0 support are not yet included on this page. ... to HTTP Basic Auth or other methods...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The frontend redirect seems like a totally viable workaround to me 👍 . Completely agree that the SEO issue here does not exist since content is behind a login anyway 👍
The JS-Redirect is live and working; I think we can close this issue. Thank you all!