GetSecureScore

How to Fix “AllowZoneDrifting is enabled. This is considered an insecure configuration option…”

Full Message: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Action Performed: Fix/Solution:Edit /etc/firewalld/firewalld.conf ChangeAllowZoneDrifting=yes to AllowZoneDrifting=no Reload the service.

GetSecureScore

How to Fix “Composter detected issues in your platform” – Need PHP Extensions

Some times, your website went down due to a PHP error like below. Most likely, a certain plugin has been updated automatically. For my particular case, the problem came from the “Profile Builder”. The solution for this is easy. Getting the “bcmath” installed. That is it. In addition, I would like to set this plugin Read More

GetSecureScore

How To Install ImageMagick and PHP Imagick on CentOS 8 / RHEL 8

ImageMagick is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image, Read More

GetSecureScore

How to Enable Cloudflare Content Delivery Network (CDN) for Free and no Plug-in required

By: Brad Litwin Here’s how to set up Cloudflare for your website in three steps: Create a Cloudflare account and add your site. Update your domain name servers and choose a plan. Review your Cloudflare security settings. See below for detail. No one likes a slow website – that much is obvious. The problem is Read More

GetSecureScore

How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)

How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)? This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc. Step 1: Backup all files on the old server  /var/www  /etc/httpd  /etc/php.ini Step 2: check the exiting configures from wp-config.php define( ‘DB_NAME’, ‘wp’ ); /** Read More