Introduction WordPress is a content management system (CMS) that allows us to host and build websites. WordPress contains plugin architecture and a template system, so we can customize any website to fit our business, blog, portfolio, or online store Prerequisite 1. WordPress admin credentials 2. cPanel Logins Implementation Step 1: Log in to WordPress with ..
Author : meenakshi k
INTRODUCTION SSL (Secure Sockets Layer) certificates encrypt the communication between a website and its visitors, helping protect sensitive information and establish trust. In cPanel, you can easily verify whether an SSL certificate is installed correctly and check its validity period, including the issue date, expiration date, and certificate details. Regularly checking SSL validity helps ensure ..
Introduction If you are unable to access the WordPress dashboard or need to create a new administrator account manually, you can add a WordPress admin user directly through the database using phpMyAdmin. This method allows you to regain access to your website without using the WordPress login page. Prerequisites Before proceeding, ensure you have the ..
Introduction:MySQL’s slow query log makes it easy to track SQL queries that take more than a specific time for execution. This allows you to find inefficient SQL queries that can be optimized to improve database performance. Prerequisite: Implementation: Step 1: SSH the server with the user having sudo privileges $ ssh user@IP Step 2: Open ..
Introduction Directory listing allows visitors to view the files and folders inside a website directory when there is no default index file such as index.html, index.php, or default.html. If directory listing is enabled, sensitive files may become publicly visible, which can create security and privacy risks. To prevent this, directory listing should be disabled in ..
Introduction Magento 2 is a powerful open-source e-commerce platform written in PHP. It is widely used to build online stores with features such as product management, customer management, order processing, payment integration, and shipping configuration. Installing Magento 2 manually requires server-level configuration, database setup, file permission management, and dependency installation. However, using Softaculous in cPanel ..
Recent Comments