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 MoreCategory: Email Hosting
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 MoreDisable 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
You must be logged in to post a comment.