Skip to Content
FELIZ HOSTING DOCS

Answers that get you moving.

Clear guides for hosting, servers, domains, billing, security and your business workspace.

457 published guides Maintained by Feliz Hosting Ask support
DOCUMENTATION

Browse helpful guides

Security

How to Restrict Access to Directories by IP Address

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

How to Protect the htaccess File

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

How to Password Protect a Directory in cPanel

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

How to Enable or Disable Mod Security in cPanel

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…