Blog

Blog

11 Aug
2018
ColorHosting Deepak

Create Databases and Users using Command Line on WHM Server

Don’t like web interface and looking for commands to create MySQL Databases and Users using the command line on WHM Server? Want to automate database and users creation using scripts on your WHM Server? This guide will show how we can use terminal to create MySQL Databases and Users on the cPanel/WHM Server. Commands are […]

06 Aug
2018
ColorHosting Deepak

Permanent redirect to https by using .htaccess

The following code will help you in redirecting your website to https://www.domainname.com This will also solve the canonical domain name issue which is good in terms of SEO too. The following code has to be copied in your .htaccess file lying in the root directory. If not, create on and paste the below code RewriteCond […]

03 Aug
2018
ColorHosting Deepak

Make SSL Secure by removing Mixed Content on your WordPress

Bought SSL Certificate and after installation due to some reasons, it throws SSL Warning on Browser? One of the reasons could be Mixed Content on your website. Let’s discuss What Is Mixed Content?   A Website consists of HTML, images, videos, javascript and stylesheets files. When your site is loaded in the browser, the HTML that is […]

03 Aug
2018
ColorHosting Deepak

Guide to Change PHP Version for Website in cPanel

Are you facing PHP errors on your website? Want to downgrade/upgrade PHP Version for your website? Then you are in the right place. We will today show you how we can change PHP Version for Website in cPanel Hosting Server. Don’t own a cPanel Server? Head to our website https://www.basezap.com and get your Blazing fast cPanel Server […]

12 Jun
2018
ColorHosting Deepak

Create a Filter to Whitelist Sender in Gmail

Sometimes, Gmail spam filter can be a headache to the users. It can send your important emails to SPAM box and you might lose important information. So, today we will show you how you can create a filter to whitelist sender in your Gmail account. You can use Gmail’s whitelisting feature to prevent specific email addresses or […]

28 May
2018
ColorHosting Deepak

Guide to copy and sync Files/Directories using rsync with examples

Wondering how to transfer files from one location to another, that can be either on the same server or across servers. Today, we will share a great tool called rsync (Remote Sync) which is convenient Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote […]

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

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

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

NEED ADDITIONAL HELP? WE'RE HERE FOR YOU.

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