How can we customize Error document with .htaccess ? Just add following in your doc root to take the error page from within errors folder in DocumentRoot. ErrorDocument 400 /errors/badrequest.html ErrorDocument 401 /errors/authreqd.html ErrorDocument 403 /errors/forbid.html ErrorDocument 404 /errors/notfound.html ErrorDocument 500 /errors/serverr.html Then check it.
See MoreTag: cheap web hosting
Default Cpanel Page
While accessing site, if you are getting default cPanel page in borwser, then it seems to be problem with virtual host entry in apache conf. How to resolve it? vim /usr/local/apache/conf/httpd.conf Check if virtual host entry missing, if missing add it. Copy another domains virtual host entry and in notepad replace it with your domain […]
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