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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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. […]
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 […]
Our team is available and on-site 24/7 ready to help you.