Enable mod_filter in Apache on CentOS Date posted : 13/02/2019 Generally Apache installation comes with filter module. But its not enabled by default. When you try to use this specific module directive in your website configuration, it won’t work. You will see errors like below. Solution:- Add the following line… Continue Reading Enable mod_filter in Apache on CentOS

Create contact form with php Date posted : 13/02/2019 In this post we will explain how to create the contact form with php. Customer will contact the website owner using this contact form. Step 1: Create the contact form using the following code. Step 2: Create the send_form_email and paste… Continue Reading Create contact form with php

Allow FTP access to developers for wordpress sites Date posted : 07/02/2019 In this blog article, we will be explaining FTP related access to wordpress sites. Generally developers used to face issues with FTP uploads or wordpress plugins installs via wp-admin. It happens due to incorrect user/group file permissions given… Continue Reading Allow FTP access to developers for wordpress sites

Bootstrap 4 Scrollspy Date posted : 07/02/2019 Scrollspy is used to automatically update links in a navigation list based on scroll position. How To Create a Scrollspy The following example shows how to create a scrollspy: Scrollspy Using Bootstrap 4 Example Explained Add data-spy=”scroll” to the element that should be used as the scrollable… Continue Reading Bootstrap 4 scrollspy

Force HTTP to HTTP Date posted : 06/02/2019 In this post we will explain redirect the url from http to https. Before you follow this steps, you need ssl certificate for your domain. Step 1: Create or update the .httacess file with following code After you have added the code… Continue Reading Force HTTP to HTTPS

Migrate Gsuite mail accounts to cPanel Date posted : 07/02/2019 There are cases, you want to switch from your Gsuite mail server to cPanel mail hosting server. Its pretty easy to migrate the emails seamlessly with the use of imapsync tool. All you need is below details:-1. Gsuite mail account… Continue Reading Migrate Gsuite mail accounts to cPanel

Allow FTP access to developers for wordpress sites Date posted : 07/02/2019 In this blog article, we will be explaining FTP related access to wordpress sites. Generally developers used to face issues with FTP uploads or wordpress plugins installs via wp-admin. It happens due to incorrect user/group file permissions given… Continue Reading Allow FTP access to developers for wordpress sites

HOW TO – Slide logo using slick slider Date posted : 30/01/2019 Introduction Add a responsive logo slideshow carousel to your site quickly and easily. Embed in any post/page using short code or in your theme. Perfect for displaying a list of sponsor or client logos. Example : Source code… Continue Reading HOW TO – Slide logo using slick slider

How TO – Section Counter using bootstrap 4 Date posted : 27/01/2019 In this blog post, learn how to create a “section counter” with CSS and BS4. What is Section Counter? A section counter is used to tell people how well their business is going, by displaying interesting numbers and… Continue Reading How TO – Section Counter using bootstrap 4

Install Let’s Encrypt SSL on CentOS Webpanel Domain Date posted : 25/01/2019 In this blog post, we are going to explain how to install Let’s encrypt free SSL for user domains Prerequisites CentOS Webpanel root Access Domain name Step 1 Login to CentOS Webpanel as root Step 2 Under Navigation… Continue Reading Install Let’s Encrypt SSL on CentOS Webpanel Domain