From 33573c2a9275bf79b58a6f18e3592e0b23b39f01 Mon Sep 17 00:00:00 2001 From: Jesse Charlie Naser Date: Mon, 15 Apr 2024 01:09:49 -0400 Subject: [PATCH] Update installation.md --- installation.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/installation.md b/installation.md index d1656d2d..05e63fbc 100644 --- a/installation.md +++ b/installation.md @@ -218,6 +218,23 @@ https://dash.cloudflare.com//pages/view/ This domain is an example, but it is our canonical domain. Replace it with yours. ``` +### Add a Page Rule to Redirect the Zone Apex + +- We need to direct the Zone Apex: "coolfrog.net" to "www.coolfrog.net". + +- Navigate to your domain and click **Rules** then **Page Rules** in the left menu. + +``` +https://dash.cloudflare.com//coolfrog.net/rules +``` + +- Add the following Page Rule: + +``` +coolfrog.net/* +Forwarding URL (Status Code: 302 - Temporary Redirect, Url: https://www.coolfrog.net/$1) +``` + ## Setup Cloudflare R2 (Object Storage) - Since Cloudflare pages cannot build files over 25 MB, we must move them to a CDN.