Deprecated - Redirect www.example.com to example.com

This tutorial is deprecated in favour of Single Redirects — Example rules · Cloudflare Rules docs

Archive

This tutorial covers redirecting www.example.com to example.com when using Cloudflare, to do the opposite, please see Deprecated - Redirect example.com to www.example.com.

You should replace all instances of example.com in the screenshots with your domain.

Step 1, The DNS Record:
The first thing you will need is a DNS record for www, set to :orange:. This can point to any IP address as the redirection page rule will execute first. I would recommend pointing it to 192.0.2.1, a dummy IP.

Step 2, The Page Rule:
The second step is the page rule that will perform the redirect. You should add one like this:

The * means it will forward all pages and the $1 will keep the path, i.e. if you typed in www.example.com/page1, you would be redirected to https://example.com/page1.

Note about redirect types: This tutorial shows a 302 Temporary Redirect, I would recommend starting with this and checking it functions as required. Then if you intend to keep the new location permananely, switch to a 301 Permanent redirect.

Introduction to redirecting with page rules video

https://youtu.be/gvPfNfiFESo



Tutorial Reference: CT-28

Reviewed: 08/21

This is a Community Tutorial, most are wiki posts, so can be contributed to by Regulars and MVPs here. If there is a tutorial you would like to see, you can request one here.

If you would like to provide any feedback on this tutorial, please post in the #Meta category, tag your post #TutorialFeedback and let us know the Tutorial Reference above.

Other great resources on this community include the Community Tips . These address best practices when configuring Cloudflare, how to fix issues you may see, and tools to troubleshoot. Also you can view Expert Tips, great posts on the community from people in the know that may help you with your issue.

We encourage users to check out these great resources and the Cloudflare Support Centre before posting


11 Likes