Hi! I have a main site mysite.com
and around 50 duplicate sites like mysite.org
, mysite.net
that redirect to it. They do it via Nginx config (the same Nginx that serves the main site). All 50 sites have Let’s Encrypt SSL certificates via certbot. Now I want to move mysite.com
to Cloudflare (Pro plan), and I was wondering. Does Cloudflare has a functionality that would allow me to replace this Nginx madness config? Can I make a proper redirection (https://mysite.net
→ https://mysite.com
) with Cloudflare only without creating an Nginx entry for mysite.net
?
If there is a documentation on this topic, just please point me to it. Thank you!
Welcome to the Cloudflare Community.
You can move your redirects from your webserver to Cloudflare. You will need to add all the domains that you want to redirect into your Cloudflare account. They can use the free plan if you don’t need additional features.
5 Likes
Thank you dear sir! It is a very helpful link. Redirect rules look very promising for my task.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.