Cpanel: Having web pages at the default IP address
HelloInteresting issue came up today.
I have a spare server that I have decided to use for my parking some domains on.
Each domain has a virtual host entry as normal.
However, I would like a particular page to show up when the default (main) IP address for the server is typed into a browser.
I always thought those files were in /usr/local/apache/htdocs
I have tried that but it doesn't work.
This directory just has the default apache test pages in all the languages and thes erver is not delivering those up at the IP.
I have also tried setting up a virtual host with the server name at that IP address and it didn't work either.
I also tried putting the files in /public_html with no luck either.
I looked at the error logs and it seems that the server went to /public_html and didn't find a file to deliver, nor could it find 404.shtml, so I put that in, created a .htaccess with DirectoryIndex and still nothing.
What is the secret?
How do I get a standard page to show up at the main IP?
Gordon