How to export/import emails in cPanel webmail? Date: 22-11-2019 Hello!! do you want to know how to export your emails from your account and import the same in cPanel webmail? Let us see the step by step process in detail Step 1: Let us assume, we have a mail account… Continue Reading HOW TO EXPORT/IMPORT EMAILS IN CPANEL WEBMAIL

How to install Python from source code Here, let us see how to install any python version from source code. Step 1: First, in order to get your python source file, go to the link, https://www.python.org/ftp/python/ and select the python version which you want to get installed. For example, if… Continue Reading How to install Python from source code

How to Upgrade PrestaShop – Using a 1-click upgrade module Date posted: 18/11/2019 In extreme worst cases, the manual upgrade process is too tedious, there is an alternative – a free module 1-click update. As a result, it will automatically execute the course of actions with backup and rollback options… Continue Reading How to Upgrade PrestaShop – Using a 1-click upgrade module

SPACE BETWEEN ROWS IN A TABLE USING CSS PROPERTY Date : 15/11/2019 SPACE BETWEEN ROWS IN A TABLE USING CSS PROPERTY Introduction We can use “border-collapse” and “border-spacing” properties to leave space between rows. border-collapse => Used to specify whether the border of the table is collapse or not. border-spacing”… Continue Reading SPACE BETWEEN ROWS IN A TABLE USING CSS PROPERTY

How to debug in Codeigniter Date : 09/11/2019 Introduction We can use functions like echo, print_r(), var_dump() or log_message() to print values both in log files and also in browser. Other than log_message() other print methods will not print values in log_message. echo – used to simply display the content.… Continue Reading How to debug in Codeigniter

Multisite setup: “Warning: An existing WordPress network was detected.” Date : 05/11/2019 Introduction Therefore, while converting a WordPress single install to multisite, the following error will be displayed at the Network Setup admin page. Rules in wp-config.php file Therefore PHP constant definition is appended above  /* That’s all, stop editing! Happy blogging. */… Continue Reading Multisite setup: “Warning: An existing WordPress network was detected.”

HOW TO CHANGE CSS PROPERTY USING ONCLICK Date posted: 16/10/2019 In this tutorial, we will explain how to add CSS classes when click the button using javascript function. document.getElementById() method used to get the element with the specified id. Before clicking the “OK” button: After clicking the “OK” button: Thanks… Continue Reading HOW TO CHANGE CSS PROPERTY USING ONCLICK

How to enable HTTP2 support in Apache Date posted: 25/09/2019 Objective:- HTTP/2 is a major revision of the HTTP network protocol used by the World Wide Web. It was derived from the earlier experimental SPDY protocol, originally developed by Google. HTTP/2 was developed by the Hypertext Transfer Protocol working group… Continue Reading How to enable HTTP2 support in Apache

Websites hosted on Plesk server is not accessible: 504 Gateway Time-out: The timeout specified has expired: [client 0.0.0.0:54] AH01095: Error dispatching request !!!!! Date posted: 10 /10 /2019 Introduction Most importantly, websites hosted on Plesk server is unavailable and often result in 504 Bad gateway error with timeout error specified… Continue Reading Websites hosted on Plesk server is not accessible: 504 Gateway Time-out: The timeout specified has expired: [client 0.0.0.0:54] AH01095: Error dispatching request !!!!!

 How to Connect MySQL Database Remotely using Codeigniter Date : 08/10/2019 Introduction You can connect remote database with other for development in codeigniter project development. There are few things have to checked to connect remote database for your codeigniter project. The checks are summarised in the following. Enter valid details… Continue Reading How to Connect MySQL Database Remotely using Codeigniter