Hi I created a new website and ftp user and uploaded files, when calling that website (the first one on the server) server responds with SquirrelMail login! Any ideas? -- update: any site created on this server will default to: http://[anysite.com]/src/login.php (webmail logon page) -- update: Found the problem, the following code was in: /etc/apache2/conf-available/squirrelmail.conf <VirtualHost [ispconfig ip address]:80> DocumentRoot /usr/share/squirrelmail ServerName webmail.[ispconfig domain name].com </VirtualHost> when removed, reload apache, it all worked! -- update: I am getting Apache2 Ubuntu Default Page when calling ispconfig server by it's internal ip address at port 80, I would like to have a blank page instead..