In this tutorial, I will show you how to save on a monthly subscription to platforms like ClickFunnels, Kajabi, Notion, Webflow, and more.. if your goal is to associate a custom domain name to your project, portfolio, funnel, website, and more.
It takes 10 minutes to set up.
-
Purchase a Domain Name
You can purchase a domain name from any provider. However, I recommend Ionos, where you can acquire a domain name for $1 per year. -
Create a Cloudflare Account
Create a Cloudflare account and register it for personal use. -
Register Your Domain Name on Cloudflare
To do this, follow Cloudflare's instructions. To do this, you need to change your DNS name servers from ionos or your provider to those of Cloudflare. -
Configure the DNS Zone
If your domain name is already in use for your activities, reconfigure the DNS zone on Cloudflare. If your domain name points to a server, you can move on to the next step. Otherwise, create two A-type DNS records for the root (@
) andwww
, pointing to192.0.2.1
, with the Cloudflare proxy option enabled (the orange cloud). -
Create a Worker
Go to the "Workers Routes" section and click on "Manage Workers". Create a new worker with a name of your choice (reference to your redirection). Confirm the creation and access the code modification panel. You will arrive at an IDE page with theworker.js
file ready to be modified. -
Configure the Worker
Copy the code from theworker.js
file in the repository and modify thedestinationUrl
string with your funnel's URL. -
Set Up the Redirection
Return to the "Workers Routes" page, then click on the "Add Route" button and enter the URL you want to use for your funnel. Then, select the worker you just created. -
Final Test
If you have followed all the steps, your redirection should be effective and functional.
If you encounter any problems, you can contact me directly. You will find my contact details on my profile.