Roundcube DATABASE ERROR: CONNECTION FAILED Date posted : 22/02/2019 This issue happens on a newly installed VestaCP due to some bugs. We’ve noticed this happens in Ubuntu 18.04 installation. If you check the logs, you will see below errors:- The default namespace found in /etc/dovecot/dovecot.conf already included the inbox = yes option. So there… Continue Reading Roundcube DATABASE ERROR: CONNECTION FAILED

Disable server in roundcube login page Date posted : 22/02/2019 When you login to roundcude, you might see server option is enabled. And you need to input localhost upon login. To avoid this we need to disable that option from roundcube configuration So edit the /etc/roundcube/config.inc.php file and set as below:-… Continue Reading Disable server in roundcube login page

How to set up rundeck in a centos-7 server Date posted : 15/02/2019 Introduction Rundeck is an open source software that allows you to automate routine operational procedures in any kind of multi-server environment. It has a number of features that are aimed at alleviating time-consuming tasks. You can easily… Continue Reading How to set up rundeck in a centos-7 server

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