Blog

Blog

23 May 2018
ColorHosting zapbase

Additional target URL in sunny plugin for cloudflare full page cache purge

This is a very simple tutorial for non coders / developers to add additonal target URLs in the sunny plugin. The main use of sunny plugin is for purging of “full page cache” upon occurence of different instances. There are 2 types of URLs in the sunny plugin Related URL : The set of URLs […]

18 May 2018
ColorHosting BaseZap

[TUTORIAL]Change Invoice Created Date equal to Invoice Paid Date WHMCS

Here is the quick fix to make the WHMCS invoices generated date equal to the payment date without use of any hooks or complex coding. Kindly note that you need to use Performa invoice option from setting so that taxable invoice is only generated when a user makes a payment. Steps to make WHMCS paid […]

17 May 2018
ColorHosting zapbase

[Solved]The cPanel license server said that a license could not be issued for your server (66).

If you are receiving the following error : The cPanel license server said that a license could not be issued for your server (66). while updating the cPanel license then it can be due to following reasons : Goto https://verify.cpanel.net/ and check if your license is active or not. If not active then probably your license […]

15 May 2018
ColorHosting Deepak

[Solved] cPanel/WHM Update Stuck

Cannot Update cPanel/WHM on your Server because it is stuck while update process? There could be multiple reasons or cPanel/WHM Update stuck problem. Today we will discuss some of the general problems that user might encounter while updating cPanel. We will list some of the general problems with their solutions that people face when they try to […]

15 May 2018
ColorHosting BaseZap

How To Secure Nginx with Let’s Encrypt on CentOS 7

  Let’s Encrypt is a new certificate authority (CA) that provides free X.509 certificates for Transport Layer Security encryption (TLS) through an automated process. This automated process is designed to banish most of required steps.  The present day complex process of manual creation, validation, signing, installation and renewal of certificates for websites is fully automated […]

14 May 2018
ColorHosting Deepak

How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6

What is LAMP? LAMP stands for a cluster of open source software used to run servers. It is an acronym for Linux, Apache, MySQL, and PHP. Since the server already runs CentOS, the Linux part is taken care of. Below are the steps of installation of the rest.   Set UP You need to have […]

14 May 2018
ColorHosting Deepak

LAMP setup on Ubuntu 14.04

  INTRODUCTION LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. Because the platform has four layers, LAMP is sometimes referred to as a LAMP stack. Stacks can be built […]

14 May 2018
ColorHosting Deepak

How to set Page Rules in Cloudflare to prevent cache of few pages

Want to disable cache for few pages of your website? Want to set 301 redirect rules from Cloudflare? All these requirements can be fulfilled using Cloudflare Page rules. Requirements Cloudflare Account and domain added Procedure Example #1 Login to your Cloudflare account Select the domain for which you want to set Page Rules Tap on […]

13 May 2018
ColorHosting zapbase

Script to restart server if load increases above a given limit

Here is the script to restart a server automatically if it’s load increases above a limit : #!/usr/bin/ bash LOAD=`uptime |awk ‘{print $NF}’` LOADCOMP=`echo $LOAD \> 10 |bc -l` if [ $LOADCOMP -eq 1 ] then /sbin/shutdown -r 0 fi Note : Here 10 defines the server load, you can adjust as per your need. […]

12 May 2018
ColorHosting BaseZap

Prevent other domain to point to your dedicated IP – cPanel

This tutorial covers on how to prevent any other user to point his/her domain to your dedicated IP and in turn loading your website from this domain name too. Steps to prevent the same are : 1) Edit your .htaccess file (found in root directory of your website folder). If file doesn’t exists, please create […]

NEED ADDITIONAL HELP? WE'RE HERE FOR YOU.

Our team is available and on-site 24/7 ready to help you.