Web Hosting Guides

How to create and use a phpinfo file

If you need to check your website’s PHP settings, the phpinfo function can help, it provides detailed information about your server’s current PHP configuration. Perfect for checking if your server meets the requirements for a specific software,

How to change PHP version in cPanel

Our across our web hosting services you have almost full control over PHP including what versions your sites are using. With just a few clicks, you can switch between different versions and use different PHP versions across sites contained in the same cPanel

How to use the ping command

In this guide we will learn about using ping command on multiple operating systems ping is similar to the traceroute command and is useful for checking networking connections and diagnosing issues. What is the Ping Command? Ping or Packet Internet Groper is a

How to inspect element from sites in different browsers

Development tools come built-in to most web browsers and allows the real-time viewing and editing of all the client side aspects of a website. These include HTML, CSS and JavaScript code but not server-sided elements like PHP. Using inspect element

How to install PIP in Windows

PIP stands for “Pip Installs Packages” it’s a tool to install and manage Python packages. This guide will walk you through checking if Python is installed, installing PIP, and configuring it on your Windows system. We also include some tips to manage

How to flush your device’s DNS cache

A DNS cache is temporary storage on your device that keeps track of DNS information for recently visited sites, this helps speed up the browsing process by removing the need for repeated querying of external DNS servers. Most of the time this is great as

Add reCAPTCHA to WordPress Login Page

Quick and hassle-free communication between website owners and visitors is vital for any organisation. Web contact forms, such as Contact Form 7, play a key role in enabling this interaction. However, maintaining this functionality while ensuring the security

Install and Manage AutoSSL Certificates on cPanel

Maintaining secure transfer of data between users and websites is a crucial step in internet security especially for those with web hosting. AutoSSL is a feature that is included as part of your Linux cPanel hosting plan.  What is cPanel AutoSSL and How

Set Up Hotlink Protection in cPanel: Enable or Disable Hotlinking

Since the advent of the internet websites and online platforms often shared and exchanged information, hotlinking to one another. Since then the concept of hotlink protection has become crucial for website owners and those with a WordPress websites.

Set-up Git™ Version Control

What is Git Git is a version control system that tracks file changes that multiple users can edit simultaneously. This is essential when collaborating with multiple developers on a project, allowing easy updating, tracking, management and control.  

Next Page »