Web Hosting Guides

How to use browser developer tools

Browser developer tools let you view and edit HTML, CSS and JavaScript in real time. You can inspect any element on a page, test CSS changes instantly and spot console errors without affecting your live site. These tools help you troubleshoot website error

How to install PIP on Windows

PIP (Pip Installs Packages) manages Python package installation and updates on your system. Without it, you need to download and install Python libraries manually, which becomes impractical as your projects grow. You will check your Python installation,

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

Protecting WordPress Contact Forms and Login Pages with reCAPTCHA

Web contact forms, such as Contact Form 7, are essential for communication between website owners and visitors. However, without proper protection these forms become targets for bots and spam attacks. The same applies to login pages which, without CAPTCHA

How to install an SSL certificate using AutoSSL in cPanel

AutoSSL installs and renews SSL certificates automatically on your cPanel hosting account. This removes the manual work of configuring HTTPS and keeps your site secure without ongoing maintenance. You will access the AutoSSL tool in cPanel, check which

How to enable hotlink protection in cPanel

Hotlinking occurs when another website embeds your images or files directly from your server. Every time someone visits their page, your server handles the request and you pay for the bandwidth. This slows your site down, increases server load and can push

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.  

How to restore backups with JetBackup 5 in cPanel

JetBackup 5 gives you direct access to your hosting account backups through cPanel. You can restore individual files, complete directories or entire databases without contacting support. This prevents data loss from accidental deletions, failed updates or

How to manage Nginx cache in cPanel and Plesk

Nginx reverse proxy cache stores temporary copies of your website’s content. When visitors access your site, Nginx serves the cached version directly instead of processing each request through your primary web server. This reduces server load and speeds

How to password-protect directories in cPanel

Directory password protection adds an authentication layer before visitors can access specific folders on your site. This prevents unauthorised access to sensitive areas like WordPress admin pages, staging environments or client documents. You will configure

« Previous PageNext Page »