Map the Domain from Local System

Consider the scenario, your domain example1.com pointing to old server and you want to check whether the domain is loading from the new server. Assume your new server IP is xxx.xx.xx.xxx. You can add below…

Lock User After 3 Failed Login Attempts

Make sure to take a backup of the following files /etc/pam.d/password-auth /etc/pam.d/system-auth Edit the above two PAM Authentication Configuration and add the following lines: auth required pam_tally2.so deny=3 unlock_time=600 deny=3 : will lock the account…

Install SSL from WHM

For installing the Let’s encrypt SSL module /scripts/install_lets_encrypt_autossl_provider To enable SSL WHM >> Home / SSL/TLS / Manage AutoSSL >> select user to enable ssl To enable SSL over the command line /usr/local/cpanel/bin/autossl_check –user=username

Steps for URL Masking with index.html

Please first check if your site is loading perfectly at domain.com/neophytefile Create an index.html file within the document_root on your test123.com site (not index.php) Then add the following text to the index.html file and modify…