How do I activate CloudFlare for my hosting account?

Getting started is super easy. You can activate Cloudflare on your account by following the steps below:

1) Login in your cPanel and click on the CloudFlare icon.
2) If it is the first time you are enabling CloudFlare, it will ask you to signup creating a user and password. If you already signed up before, then simply use your CloudFlare credentials to log in.To signup, simply fill out your email and a password, and tick the checkbox to accept the CloudFlare's Terms and Conditions. Then click on the Signup button.
3) The system will create your CloudFlare account and link to it. You can manage your CloudFlare account directly through your hosting account cPanel or directly at the CloudFlare site using the credentials you have created in the previous step.
4) Click on the Domains icon and select the domain where you wish to activate CloudFlare. Once selected click in the "Provision domain with CNAME setup" button. Once the CloudFlare system is active in your domain you will see the Active status.
5) Also, you will see the cloud icon in orange (which means active) for your domain name entries.
6) If you wish to activate any other subdomain entry to go through the CloudFlare network, simply click on the grey cloud icon for that subdomain.

Since CloudFlare changes the CNAME record of the www subdomain only, you will also need to redirect traffic from mysite.com to www.mysite.com

 If you are using .htaccess to do redirections, here is how you implement a redirect:


   `RewriteEngine On
   RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
   RewriteCond %{SERVER_PORT} ^80$
   RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]` 

We are pleased to offer you the CloudFlare service for FREE. There is no commitment. Turning CloudFlare on and off takes about two clicks of the mouse, so feel free to try it out. We think you’ll like it.

Feel free to send a mail to info@arnhost.com if you have any issues with this.

  • payment
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Why is my subdomain not working?

 The general cause of a subdomain on Cloudflare not working on a site is that you haven't added...

Why can't I find CloudFlare icon on my cPanel?

We are currently migrating our servers from our current datacenter to a new datacenter. Only...

What types of websites can use CloudFlare?

Almost all websites can use CloudFlare. CloudFlare works for both static and dynamic...

What is the "I'M UNDER ATTACK MODE"?

Once enabled, this mode adds additional protections to a website that is under attack and need a...

What is CloudFlare?

CloudFlare is a performance and security service that we provide to our customers. It blocks bad...

Powered by WHMCompleteSolution