If you purchased hosting services from us, you can use the WP Toolkit to scan your WordPress website. This tool is continuously updated by Cpanel and it helps a lot of customers to find vulnerabilities in their website. To purchase a hosting plan clik here How to use WP Toolkit on your Cpanel account. Log ...
Hello everyone, The COVID-19 should have affected almost everyone in a way or another. When it comes to the small and medium level business, the impact may be worse. We have seen that several small scale businesses are down because of the financial crisis during this pandemic. As a hosting provider, we thought about how ...
ModSecurity is an open-source web application firewall that protects your websites from attacks. There are some cases that the ModSecurity rules may be blocking legitimate requests as well. You can disable the ModSecurity in such cases using the below steps. Step1: Log on to Cpanel Step: Open ” ModSecurity” You can open it using the ...
You might know that WordPress websites get hacked often and of course, it is not easy to find the root cause. If you have time, it’s worth reading the article https://sucuri.net/reports/2017-hacked-website-report/ As we know installing WordPress and setting up a simple site is easy in WordPress. Even non-techy people can do this after watching a ...
We see that millions of wordpress websites hacked often and all these are mainly becase of simply ignoring the updates. We strongly advise you to update your WordPress and all plugins to the latest version as soon as it is available. Best practices to keep a wordpress website secure Start with latest version Install only ...
We have seen that millions of websites are being a victim of attack every year. The attack is more visible in open source packages such as WordPress, Joomla, Magento , Drupal etc. This does not mean that other products are secure. Apart from these, almost every website is being attacked. We have seen that customers ...
Companies spend enough money to build their web and mobile applications, which is good. You will be able to get an application at a cheaper rate, but who knows how reliable it is. So, it is always good to build your application from a good company. I don’t know how to define the term “good”. ...
Is your website under virus or malware attack? Several customers have come to us and said their website hosted somewhere else is getting hacked very often. They clean the site and still it is being hacked. The reason is that you are cleaning the website, but not fixing the source of the problem. There could ...
If you want to redirect your domain from HTTP to HTTPS, you can achieve this using If you are not using Cloudflare or any proxy server, use the below code in your .htaccess file RewriteCond %{HTTP_HOST} !^www.(.*)$ [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTPS} =off RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] If you are using Cloudflare ...
Official announcement from CloudLinux Are you running an older kernel? This might cause server crashes during CloudLinux 7.3 update. Here is how to upgrade safely. During the recent update to CloudLinux OS version 7.3, some servers have crashed due to a race condition between kmem uncharge and charge reparenting. The issue is not present on ...