How to enable public Webalizer stats in DirectAdmin

DirectAdmin includes the Webalizer tool, which allows you to make website statistics publicly accessible through your domain. This feature is useful when you need to share your website stats with individuals who do not have admin access to your domain. Step 1: Log in to DirectAdmin Log in to your DirectAdmin control panel, and navigate

How to Install cPanel on CentOS 8

Warning: CentOS 7 reached its end-of-life (EOL) on June 30, 2024. This means it no longer receives security updates or support from the developers. It is strongly recommended to upgrade to a supported operating system version, such as CentOS Stream 9 or an alternative Linux distribution, to maintain security and stability. Introduction cPanel is an

How to Redirect User from HTTP to HTTPS

Introduction If you have subscribed to an SSL certificate and notice that your website does not show HTTPS when users browse, don’t worry. The HTTPS is active; you just need to redirect HTTP traffic to HTTPS. Follow the steps below to ensure users are securely directed to the SSL version of your website. Note: Ensure

How to upload and delete files in buckets using PHP

Introduction This guide will help you programmatically upload and delete files in a storage bucket using PHP, specifically with sample code compatible with both PHP 8.1 and PHP 8.2 (examples in this guide use PHP 8.2). This tutorial covers the installation of PHP, setting up necessary dependencies, and running scripts to upload and delete files

How to upload and delete files in buckets using JavaScript

Introduction Using JavaScript to manage files in a storage bucket is an efficient way to programmatically upload and delete files. This guide provides detailed steps for configuring a Node.js environment and using JavaScript to securely manage files in your storage bucket with SSL. This guide demonstrates the setup process using Node.js version 18, covering both

How to use Object Storage as a CDN

Introduction In today’s rapidly evolving digital landscape, efficient content delivery is paramount for web applications, websites, and media streaming services. A powerful solution for optimizing content delivery is to establish an Object Storage bucket as a Content Delivery Network (CDN). This guide will take you through the steps to create and configure an Object Storage

How to manage Autoresponders in DirectAdmin

1. Login to DirectAdmin panel. 2. Click the button ‘Autoresponders’ from the section ‘E-Mail Management’. 3. Click ‘Create New Autoresponder’ button.     4. Enter the email address, auto reply message and click ‘Create’ button.   5. If you want to modify the autoresponder, click the ‘Modify’ button near to the corresponding autoresponder. 6. You

How to use Wildcard Certificate to other domain (cPanel)

Introduction This guide provides step-by-step instructions for using a wildcard SSL certificate for multiple domains in cPanel. Wildcard SSL certificates are a flexible security solution, allowing for the encryption of unlimited subdomains under a single domain. This guide will explain how to utilize a wildcard SSL certificate across various domains in a cPanel environment. Prerequisites