Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.75 KB

cname.md

File metadata and controls

34 lines (21 loc) · 1.75 KB

CNAME

Setting up DNS

To set up your Forem on your own custom domain, you'll need to add a new CNAME record in your Domain Name Systems (DNS). You can manage DNS at your domain registrar, but we also recommend Cloudflare, which provides a free plan.

Here are instructions on how to add a CNAME record at Cloudflare.

Instructions

Every DNS provider is a bit different, but you'll be setting the Type, Value, Host, and TTL.

  • Type is a CNAME (not an A record, TXT record, etc)
  • Value is your Forem Cloud subdomain
    • It will look like forem-742342330b2c53.forem.cloud
  • Host is the subdomain you intend to use
    • For www.your-forem.com insert www
    • For community.your-forem.com insert community
  • TTL is the "time to live"
    • Feel free to leave the default value (typically 1 hour)

Re: APEX domains

Currently, we are not able to support APEX domains, such as https://your-forem.com. If this is a hard requirement and you're not able to use https://www.your-forem.com or an equivalent, please contact the Forem account management team.

For Cloudflare users, we recommend forwarding APEX domain traffic to the www version. Here are instructions:

  • Important: you must disable the proxy on the CNAME DNS record
  • Follow these instructions to configure the redirect from the APEX to the www version using "Page Rules"

An example of a proper configuration in Cloudflare

Example of Page Rules