Tag : cPanel

Introduction A subdomain (for example, test.example.com) is used to organize different sections of a website. When a subdomain is no longer needed, it should be removed to maintain a clean and efficient hosting environment. The cPanel interface provides an easy way to delete subdomains. Prerequisites Before proceeding, ensure the following: IMPLEMENTATION Steps to Delete a ..

Read more

Introduction The max_connections setting in MySQL defines the maximum number of simultaneous database connections allowed on the server. If this limit is too low, users may face “Too many connections” errors. By default, MySQL sets this value to 151 connections. Prerequisites Before making changes, ensure you have: a. Root access to the server (SSH or ..

Read more

Introduction Exim uses a retry database (also known as the hints database) to track temporary email delivery failures. When an email cannot be delivered due to issues such as SMTP errors, DNS failures, or temporary remote server unavailability, Exim defers the message and schedules a retry.Even after the underlying issue is resolved, Exim may continue ..

Read more

Introduction: In cPanel, email accounts are usually managed through the web interface. However, if you’re comfortable with the command line or managing multiple accounts, using the cPanel CLI with UAPI is a faster and more efficient method. This guide explains how to remove an email account directly from the terminal using a simple UAPI command. ..

Read more

INTRODUCTION Cloning a WordPress site can be incredibly useful for testing new features, creating a staging environment, or even moving your site to a different domain or directory. If you’re using cPanel, many hosting providers offer a Clone option within tools like Softaculous Apps Installer to make this process quick and easy. This eliminates the ..

Read more

Introduction: When errors occur on your website, it can be difficult to diagnose the issue without access to detailed error messages. By default, PHP error messages are often hidden for security reasons, but you can enable them easily using cPanel. In this guide, we will walk you through the steps to enable display errors for ..

Read more

Introduction An Email Forwarder allows you to automatically send incoming emails from one email address to another. This is useful when you want to manage multiple email accounts from a single inbox, ensure important emails are never missed, or redirect messages to another user or department. Most hosting control panels, such as cPanel Webmail, provide ..

Read more