question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add redirect from https://www.osmcha.org/ to non-www

See original GitHub issue

If 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:closed
  • Created 3 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
batpadcommented, Apr 11, 2020

I prepared a PR at #448 (and hinted at the non-existing SEO issues there).

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 👍

0reactions
tordanscommented, May 2, 2020

The JS-Redirect is live and working; I think we can close this issue. Thank you all!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found