Micro guide: Additional steps and recommendations when using Cloudflare for your DNS
Cloudflare users wanting to use a custom domain name for their hosted Micro.blog will be greeted by a “custom domain isn't pointing to the micro.blog"
error message when trying to save the custom domain.
Luckily there is a work around:
How to get your custom domain working with Cloudflare
- First follow the steps as outlined above and add the proper “A” and/or “CNAME” records to the Cloudflare DNS panel;
- Before adding the custom domain to your Micro.blog account make sure that the “DNS and HTTP proxy (CDN)” (orange cloud-icon) is disabled and set to bypass (grey cloud icon with the hover text “DNS only”);
- After updating your DNS records and Cloudflare set to bypass for the “A” record and/or “CNAME” go to “Account” on Micro.blog and fill hostname (e.g. yourdomain.com) that you’d like to use for your Micro.blog;
- Micro.blog should save and enable to custom domain without issues. If you get a message “custom domain isn’t pointing to the micro.blog" make sure that you have set Cloudflare on bypass and wait for a few more minutes (the DNS change can take some time to get in effect);
- After successful saving the custom domain you can re-enable Cloudflare functionality on your domain/Micro.blog by remove the bypass, make sure that the cloud-icon is set to orange (hover text should state: “DNS and HTTP proxy (CDN)”).
So there you have it, you are able to use Cloudflare (DNS/CDN/security/caching/DDOS protection) with hosted Micro.blogs, with some additional steps to get the initial setup working.
Some additional recommendations:
Using Cloudflare to redirect www. to root domain
If you would like to enable www. and root version of your custom domain it’s advisable to redirect one to the other (to make sure that there isn’t any duplicated content). Cloudflare can redirect the www. version to the root domain:
- Go to “Page rules” within your Cloudflare account;
- Create a page rule;
- Add <www.yourdomain.com>/* within the first field (“If the URL matches”);
- Under “Then the settings are:” select “Forwarding URL”, “ 301 - Permanent redirect”;
- Add: <yourdomain.com>/$1 to the destination URL field;
- Save and deploy the page rule for the redirect to take effect.
Cloudflare, SSL and your Micro.blog
You should not use the SSL functionality provided by Cloudflare (email help@micro.blog to enable SSL).