Steps to Mask the domain with the domain masking?

Some times it should be better to mask the domain instead of domain redirection and this can be done with the below frame forwarding code. You simply need to create an index.html file with the contents below under the document root of the domain which you want to set the domain forwarding:   <FRAMESET ROWS=”*,0″ […]

See More

How to Change A record for all domains on Cpanel server

If you migrated all accounts from old server to new server with different IPs then you have to change DNS records with new IPs for all domains. Please use following step to replace the IPs on new server. #cd /var/named/ #replace “1.2.3.4”  “11.12.13.14” — * 1.2.3.4 is old IP  and 11.12.13.14 is new IP I […]

See More

Disable webmail interface for One domain

How  to disable ‘Horde’ and ‘Neomail’ for single user or domain on cPanel server Just go through following steps: vim /var/cpanel/users/anydomain_user and add the following lines  in it. skiphorde = 1 skipneomail = 1 Thats it.  

See More