Over time, when you change your theme or modify image settings, you may need to regenerate thumbnails for your WordPress site. WP-CLI makes this process quick and easy. Prerequisites: SSH…
How to add google maps to WordPress with a Plugin
September 13, 2024 / WordPressAdding Google Maps to WordPress using a plugin allows for greater customisation, ease of use, and additional features like multiple locations, custom markers, and map styling without needing to manually…
How to install NGINX on cPanel
September 11, 2024 / cPanel & WHMThis guide outlines the steps to install NGINX on cPanel. NGINX enables web servers to cache content and enhance overall server performance. Let us follow the steps: Log in to…
How to optimise WordPress revisions
September 9, 2024 / WordPressThis guide explains how to optimise WordPress revisions. Fine-tuning WordPress revisions improves site performance by reducing database clutter and conserving disk space. If you do not wish to add any…
How to delete WordPress bulk comments using phpMyAdmin
September 6, 2024 / WordPressThis article illustrates how to delete WordPress bulk comments using phpMyAdmin. Using this method, you can remove WordPress comments from your database in bulk. Regardless, this approach necessitates database and…
How to fix the error ‘Briefly Unavailable for Scheduled Maintenance’ in WordPress
September 5, 2024 / WordPressThis article explains how to fix the error “Briefly unavailable for scheduled maintenance” in WordPress. This error indicates that WordPress updated and generated a temporary file called .maintenance, which displays…
How to create a local repository
September 3, 2024 / How-to GuideIn this article, you will learn how to create a local repository. Creating a local repository in Plesk allows you to manage and deploy code changes directly from the server,…
How to activate Git in Plesk
September 2, 2024 / PleskThis guide will walk you through activating Git in Plesk. Plesk’s Git integration lets you connect with Git, the popular source code management system used by web developers. With this…
How to restore visitor IPs using mod_remoteip
August 30, 2024 / Command LineWhen traffic passes through a proxy source like Cloudflare or Nginx, Apache may log the proxy’s IP address as the client’s IP instead of the original visitors. By enabling Apache’s…
How to analyse PHP-FPM processes per account
August 29, 2024 / How-to GuideIt may be necessary to analyse whether a particular account is reaching the maximum number of children for PHP-FPM pools when troubleshooting PHP-FPM. This is what you will discover in…
How to Handle Email Deliverability Settings using cPanel
August 28, 2024 / cPanel & WHMIn this article, we will explain how to handle email deliverability settings using cPanel. Managing email deliverability settings in cPanel helps ensure your genuine emails reach recipients’ inboxes while reducing…
How to manage fail2Ban and its jails through a CMD
August 27, 2024 / Command LineIn this guide, we have explained how to manage fail2Ban and its jails through a CMD. It offers more granular control and flexibility over configuration and troubleshooting. Follow the steps:…
How to disable or ignore CSF alerts
August 26, 2024 / How-to GuideThis guide explains how to disable or ignore CSF alerts. Disabling or ignoring CSF alerts may be necessary to reduce unnecessary notifications for non-critical issues, particularly if the alerts are…
How to resolve website access issues after SSL installation
August 25, 2024 / SSLIf you cannot access your website after installing an SSL certificate, this article provides step-by-step guidance to troubleshoot and resolve the issue. Common Causes and Solutions: DNS Settings Issue: Cause:…