open-humans icon indicating copy to clipboard operation
open-humans copied to clipboard

https://openhumans.org doesn't redirect to https://www.openhumans.org

Open mikepsinn opened this issue 3 years ago • 1 comments

Maybe not important, but an easy fix. Do you guys use Cloudflare? If so, you could just add a quick redirect rule there.

image

mikepsinn avatar May 01 '21 18:05 mikepsinn

PREPEND_WWW = True in Django settings handles this issue. https://docs.djangoproject.com/en/3.2/ref/settings/#prepend-www

Q2Computing avatar Nov 07 '21 01:11 Q2Computing