Archives : December-2022

Prerequisite: Procedure: Step 1: Login to the server Step 2: Go to the website configuration file using the following command, $ sudo cd /etc/<webserver>/sites-available/domain.conf Step 3: Find the document root in the configuration file and enter into the document root directory, $ sudo cd /var/www/public_html/ Step 4: Edit the wp-config.php file using the below command, ..

Read more

Introduction: DNS Zone maintains all the DNS records of each and every domain. It contains all the records of a specific domain or all domains and the subdomain. It helps for administrative purpose and in DNS propagation. In a DNS Zone file, each line holds one DNS record with TTL (Time to Live). It specifies for ..

Read more

Introduction In this section we are going to see how to install/update the SSL certificate purchased from a CA(certificate Authority) for a domain on cPanel. Prerequisite: 1. Server certificate issued by CA 2. Intermediate certificate (CA Bundle) 3. Your Private key ( Generated while submitting CSR)4. cPanel (or) WHM login credentials. Procedure : Conclusion:The above ..

Read more

Introduction: Magento is an open-source e-commerce platform written in PHP. It uses multiple other PHP frameworks such as Laminas and Symfony. Magento source code is distributed under Open Software License v3.0 Prerequisites Basic system requirement to install Magento2  (i) Web services Requirements (ii) Database Engine Requirements (iii) PHP Requirements (iv) PHP extensions requirements (v) Cache ..

Read more