You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you have a snazzy URL at https://cylc.org, but currently it just issues a redirect to https://cylc.github.io/. The canonical URL should be changed to this.
Proposed Solution
Looking at the DNS it seems that it is being proxied by Cloudflare.
Cloudflare needs to be setup with CNAME records for www.cylc.org pointing to cylc.github.io, and cylc.org1 (the root domain, which is @ in Cloudflare).
GitHub needs to be setup with www.cylc.org in the custom domain setting in GitHub pages section of this repository's settings.
Footnotes
Technically you can't have a CNAME record at the root domain, but Cloudflare does some magic to make this effectively possible. ↩
The text was updated successfully, but these errors were encountered:
Problem
I noticed that you have a snazzy URL at https://cylc.org, but currently it just issues a redirect to https://cylc.github.io/. The canonical URL should be changed to this.
Proposed Solution
Looking at the DNS it seems that it is being proxied by Cloudflare.
Cloudflare needs to be setup with CNAME records for
www.cylc.org
pointing tocylc.github.io
, andcylc.org
1 (the root domain, which is@
in Cloudflare).GitHub needs to be setup with
www.cylc.org
in the custom domain setting in GitHub pages section of this repository's settings.Footnotes
Technically you can't have a CNAME record at the root domain, but Cloudflare does some magic to make this effectively possible. ↩
The text was updated successfully, but these errors were encountered: