Protect your website from Clickjacking attack by implementing the X-Frame-Options header

X-Frame-Options Security Headers for Your Website The X-Frame-Options security header helps modern web browsers protect your visitors against clickjacking threats. This can be implemented to use DENY or SAMEORIGIN to allow your own website to use iframes. here this example for WordPress sites 1st method is edting wp-config.php Edit the wp-config.php file and add the … Read more

How to install and configure MailChannels in cPanel

MailChannels

This guide will help you to install MailChannels on CentOS 7 cPanel Server let’s get started Execute the following script to install the MailChannels Cpanel plugin [root@cloud ~]# wget https://s3.amazonaws.com/mailchannels-reseller/plugins/mailchannels-cpanel-v3-installer && bash mailchannels-cpanel-v3-installer output [root@cloud ~]# wget https://s3.amazonaws.com/mailchannels-reseller/plugins/mailchannels-cpanel-v3-installer && bash mailchannels-cpanel-v3-installer –2021-03-09 22:55:50– https://s3.amazonaws.com/mailchannels-reseller/plugins/mailchannels-cpanel-v3-installer Resolving s3.amazonaws.com (s3.amazonaws.com)… 52.216.185.125 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.185.125|:443… connected. HTTP request … Read more

How to install and configure Config Server Firewall (CSF) on CentOS 7

This guide will help you to install CSF Firewall on CentOS 7 cPanel Server let’s get started Before starting the installation make sure to Install the CSF dependencies. [root@cloud ~]# yum -y install wget perl unzip net-tools perl-libwww-perl perl-LWP-Protocol-https perl-GDGraph -y Now disabled default firewall (firewalld) on CentOS 7 , RHEL 7 and CloudLinux 7 … Read more

Email accounts disappeared from cPanel

in cPanel some email accounts suddenly disappeared. Folders for email accounts did not disappear, they do exist in /home/username/mail and all the information was there you notice that one or more email accounts have gone missing here is how to fix this restore this file from backups /home/user/etc/domain/shadow if you do not have backups, open … Read more

How to install softaculous on cPanel Server

This guide will help you to install softaculous auto-installer on cPanel Server let’s get started Before starting the installation make sure ionCube Loaders are enabled. For that go to WHM and click on Tweak Settings. selected Execute the following script to install softaculous [root@cloud ~]# wget -N http://files.softaculous.com/install.sh [root@cloud ~]# chmod 755 install.sh [root@cloud ~]# … Read more