my website usually redirects you to a secure connection, but...
I've configured it so you can avoid the redirect by going to http.moonbase.lgbt — enabling support for vintage browsers that can't do modern TLS!
If you wanna set something like this up for yourself, obviously I don't know how to set it up in every webserver, but if you're using Caddy like I do, the Caddyfile config looks like this:
moonbase.lgbt,
http://http.moonbase.lgbt {
... site configuration goes in here ...
}
