When I use the url (host name) of my cPanel server it goes to a URL that gives me a std Apache/WHM Success page.
How do I change this page as I cannot find anything in the control panel?
When I use the url (host name) of my cPanel server it goes to a URL that gives me a std Apache/WHM Success page.
How do I change this page as I cannot find anything in the control panel?
Look at the httpd.conf it points to the default web directory for the host. Probably located at /usr/local/apache/conf/httpd.conf
Such as, note: ip changed to zero's but it should have you ip in there
Code:<VirtualHost 00.000.000.000:80> ServerName host.server.com DocumentRoot /usr/local/apache/htdocs ServerAdmin admin@server.com UserDir disable </VirtualHost>