Blog

Blog

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 […]

02 May 2018
ColorHosting Deepak

Unblock your IP address from WHMCS

Forgot your cPanel Password and Wrong Password Login Attempts got your IP Blocked from the Server? We have added a feature to your WHMCS Panel in Client Area for all users. Below are the steps discussed to unblocked your IP from the server. Requirements WHMCS/BaseZap Account Login Credentials Procedure Login to your WHMCS/BaseZap Account https://my.basezap.com/clientarea.php […]

02 May 2018
ColorHosting Deepak

Setting up Virtual Hosts on Windows, Linux, and MacOS

Want to test something on local and DNS Propagation is taking time? Here you can edit your System Host file and then proceed with your tests. Just follow this simple guide for setting up virtuals hosts on your system, whether its Windows, Linux, or macOS. Requirements Administrator Access (Windows only) sudo access (Linux and macOS only) […]

30 Apr 2018
ColorHosting Deepak

Guide to install MailScanner on cPanel/WHM Server

Tired of SPAM emails in your WHM cPanel based server? No Problem, we will share an awesome tool that will be the solution to fix SPAM Emails. ConfigServer Services developed a very smart tool MailScanner for WHM/cPanel Systems. It can be called as an add-on for cPanel. MailScanner will scan all your emails for SPAM […]

27 Apr 2018
ColorHosting Deepak

Force HTTPS for WordPress websites by .htaccess

Here is the method to make your wordpress based website to run always on https.  Login into wp-admin and goto “Settings -> General”. Make sure the URL have https From filemanager, edit your .htaccess and replace the wordpress rules by following code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] […]

20 Apr 2018
ColorHosting Deepak

Check and Change current TimeZone in CentOS 6 and CentOS 7

Wondering about TimeZone of your CentOS Machine and want to change it? Let’s follow this small guide to check and change current TimeZone in CentOS 6 and Centos 7. Requirements Root SSH Access to CentOS Machine (Root Needed to change TimeZone) Procedure Check Current Date, Time and TimeZone in CentOS 6/7 Check Date of your […]

20 Apr 2018
ColorHosting Deepak

What is RailGun and learn about its Benefits

Most of you have heard about Cloudflare that it provides protection from DDoS attacks and speeds up your websites.  No Problem if you have no idea about Cloudflare. Cloudflare which provides Content Delivery Network (CDN), DDoS mitigation, Domain Name System (DNS) Services and various other Internet Security Protocols. Cloudflare acts as a mediator between your […]

14 Apr 2018
ColorHosting Deepak

Server access by key (pem or ppk) in cPanel via WHM

Now you can simply generate a public private key for root server access, directly via WHM / cPanel. In whm, search for “Manage root’s SSH Keys” . Here you will find 2 options i.e Generate a key and import a key.   2.Click on generate key and give the key a name eg. basezap and […]

NEED ADDITIONAL HELP? WE'RE HERE FOR YOU.

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