How do I redirect my domain to clickfunnels?

Hello,
How do I redirect my domain to clickfunnels ?
Thank You,
Dan

Hi @Dan3030,

Page rule is a easy way to setup 3XX redirect from your domain to any other destination.

I am not sure what is your domain and click-funnels URLs so I’d like to share few examples and detailed tutorial that might help achieving your goal.

For example: Redirect from https://example.com/cloudflare/ to https://www.cloudflare.com/

To set this redirect

  • Login to Cloudflare
  • Select your account > domain
  • Go to Page Rule
  • Add a rule

From https://example.com/cloudflare*

To https://www.cloudflare.com/

Status code: 302 (Once tested, you can keep 301)

Another example, suppose you wish to redirect your whole domain to a new location

You can have a rule like

From *example.com/*
To https://example.in/

If you want to match previous permalink, you can make use of wildcard into same

From *example.com/*
To https://example.in/$2

For more details, check out this article.

This topic was automatically closed after 31 days. New replies are no longer allowed.