Hi everybody, I've setup ISPConfig 3 (3.0.2.1) on a CentOS 5.5 box. Everything is running perfect. There is just one thing I'm not able to change: the default webpage which is shown, when I open the IP of the server directly or when I use http://server1.mydom.org. I've customized the html-templates under /usr/local/ispconfig/server/conf/ and by creating new sites, my customized index.html is shown. But each time, I open the server directly the default "Welcome to your website" is shown. I didn't find anything on the CentOS box or config. The Documentroot is /var/www/html, but the server don't cares, about sites in that folder. When I disable the ispconfig.vhost everything is shown in /var/www/html. Where must I look, to find the default page? Anyhelp would be great. Thx
Please see here on how to create a default vhost for apache: http://httpd.apache.org/docs/2.1/vhosts/examples.html
Oha that's embarrassing... I forget to configure a vhost for the main webserver Thanks Till for this hint !!