Web Hosting Guides

How to fix the “too many redirects” error

If you’re viewing this guide then its likely that your website is returning a Too Many Redirects or ERR_TOO_MANY_REDIRECTS error message, this usually happens when your site is stuck in an infinite redirection loop. A redirection loop prevents pages

How to migrate using a cPanel backup

Migrating an existing cPanel account to your reseller account is a relatively straightforward and reliable method of transferring over your site manually, including its files, databases, and emails. By using a full cPanel backup, you avoid manual account

How to fix website error codes

Attempting to load a website and being greeted with an error code is very annoying. This is especially true for website owners as sites experiencing these issues can lose traffic, see reduced search visibility, and will provide a poor user experience. In this

How to create a temporary domain

A temporary domain is a short-term web address typically used for testing, development, or temporary projects. These domains are perfect for staging environments, trial websites, and quick deployments that don’t impact any of your existing domains and

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 and, is perfect for checking if your server meets the requirements for specific software. In

How to change PHP version in cPanel

As part of our web hosting service you’re able to select the PHP version your website or application requires. With a few clicks, you can switch between different versions across multiple sites independently from within the same cPanel account, this is

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

Next Page »