Security
External websites may display your website images on their websites, thus stealing your bandwidth. You can prevent this with Hotlink Protection. *1.* Log in to your cPanel account. *2.* In the *Security* section, click on *HotLink Protec…
Security
You can blacklist an IP Address to deny access to your website. *1.* Log in to your cPanel account. *2.* In the *Security* section, click on *IP Blocker*. ip-deny-manager-icon [1] *3.* Under the *Add an IP or Range*, you should enter the…
Security
To secure your admin area from hackers, you should only allow access to your admin directory from selected IP addresses. You can create a dot htaccess file in the directory where you want to restrict access to specific IP addresses. For…
Security
If you want to block an IP Address, you can add the below lines to your htaccess file. order allow, deny deny from IP-ADDRESS allow from all Replace *IP-ADDRESS* with the IP you want to block.
Security
For security purposes, you should disable directory browsing on your website so no one can see the files/directories of your website. You can disable Directory Browsing by adding the below line to your dot htaccess file. Options -Indexes
Security
You can prevent unauthorized access to your htaccess file by adding this rule to the file : # .htaccess protection order allow, deny deny from all satisfy all
Security
You can lock a directory with a password using the cPanel's *Directory Privacy*. *1.* Log in to your cPanel account. *2.* In the *Files* section, click on *Directory Privacy*. password-protected-directories [1] *3.* Click on the director…
Security
Follow this instruction to remove two-factor authentication from your cPanel account. *1.* Log in to your cPanel account. *2.* In the *Security* section, click on *Two-Factor Authentication*. cpanel-two-factor-authentication-icon [1] *3.…
Security
Security is important for our data safety. We recommend you to enable the Two-Factor Authentication (2FA) on your cPanel account in order to prevent hackers from accessing your cPanel account even if they have somehow obtained your accou…
Security
Are you facing the issue of IP getting blocked repeatedly? If the answer is Yes, then it may have happened due to Mod Security. *What is Mod Security?* ModSecurity is a module that protects your website from various types of attacks. Mod…