Our reddit community has a sidebar link to our backup community here, but clicking on it changes https://burggit.moe
to http://burggit.moe:1236
instead. Is this something happening intentionally on this side of the connection?
You must log in or register to comment.
Looks like it’s the trailing slash on the URL that’s causing it. Remove that and you should be fine.
Test:
- This works: https://burggit.moe/c/ask_an_admin
- This doesn’t: https://burggit.moe/c/ask_an_admin/
This should be fixed now. I just internally strip the trailing slash using a URI replacement. Please let me know if you notice any side effects from doing this. Thank you for bringing this to our attention.