How to enable CloudFlare? Print

  • 2

To enable CloudFlare using your PerfectHosting cPanel:

1) Click on the Cloudflare Icon in the Main Control Panel Interface
(Under Advanced Tools)

2) Enter your email address and accept the EULA.

3) Select the domain you want to enable cloudflare for on the box on the left.

4) The interface will pull up a list of sub-domains you can enable cloudflare protection on, click on the grey clouds for the sub-domains
you want to enable and wait for them to turn orange.

5) You may also wish to add the below code in the .htaccess file for the domain. This step is highly recommended.

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

Was this answer helpful?

« Back

Powered by WHMCompleteSolution